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