From 4a03ae80b63eb5d38999bb06fb7820f3ccde1dac Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 12 Dec 2022 17:38:27 +0530 Subject: [PATCH] dont need to export defaultPublicCollectionGalleryContext --- src/utils/publicCollectionGallery/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/publicCollectionGallery/index.ts b/src/utils/publicCollectionGallery/index.ts index 52e3f98d1..4cb09514c 100644 --- a/src/utils/publicCollectionGallery/index.ts +++ b/src/utils/publicCollectionGallery/index.ts @@ -1,7 +1,7 @@ import { createContext } from 'react'; import { PublicCollectionGalleryContextType } from 'types/publicCollection'; -export const defaultPublicCollectionGalleryContext: PublicCollectionGalleryContextType = +const defaultPublicCollectionGalleryContext: PublicCollectionGalleryContextType = { token: null, passwordToken: null,