From aefaaff1eff7573b07a15071c4d5a869af31c243 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 20 Jan 2024 16:52:56 -0800 Subject: [PATCH] Rename store/collections.module.scss to be consistent with other changes in PR --- src/pages/store/collection/[uuid].tsx | 4 ++-- ...ollections.module.scss => StoreCollectionPage.module.scss} | 0 ....module.scss.d.ts => StoreCollectionPage.module.scss.d.ts} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/styles/pages/{store/collections.module.scss => StoreCollectionPage.module.scss} (100%) rename src/styles/pages/{store/collections.module.scss.d.ts => StoreCollectionPage.module.scss.d.ts} (100%) diff --git a/src/pages/store/collection/[uuid].tsx b/src/pages/store/collection/[uuid].tsx index 4edcf8e1..7bab875b 100644 --- a/src/pages/store/collection/[uuid].tsx +++ b/src/pages/store/collection/[uuid].tsx @@ -7,7 +7,7 @@ import { CookieService, PermissionService } from '@/lib/services'; import { PrivateProfile, PublicMerchCollection } from '@/lib/types/apiResponses'; import { CookieType } from '@/lib/types/enums'; import { getDefaultMerchItemPhoto } from '@/lib/utils'; -import styles from '@/styles/pages/store/collections.module.scss'; +import styles from '@/styles/pages/StoreCollectionPage.module.scss'; import { GetServerSideProps } from 'next'; interface CollectionProps { @@ -35,7 +35,7 @@ const CollectionsPage = ({ diff --git a/src/styles/pages/store/collections.module.scss b/src/styles/pages/StoreCollectionPage.module.scss similarity index 100% rename from src/styles/pages/store/collections.module.scss rename to src/styles/pages/StoreCollectionPage.module.scss diff --git a/src/styles/pages/store/collections.module.scss.d.ts b/src/styles/pages/StoreCollectionPage.module.scss.d.ts similarity index 100% rename from src/styles/pages/store/collections.module.scss.d.ts rename to src/styles/pages/StoreCollectionPage.module.scss.d.ts