dont need to export defaultPublicCollectionGalleryContext

This commit is contained in:
Abhinav 2022-12-12 17:38:27 +05:30
parent 75f31b8896
commit 4a03ae80b6

View file

@ -1,7 +1,7 @@
import { createContext } from 'react';
import { PublicCollectionGalleryContextType } from 'types/publicCollection';
export const defaultPublicCollectionGalleryContext: PublicCollectionGalleryContextType =
const defaultPublicCollectionGalleryContext: PublicCollectionGalleryContextType =
{
token: null,
passwordToken: null,