diff --git a/contexts/StickerContext.tsx b/contexts/StickerContext.tsx index 23d4141..16edc9d 100644 --- a/contexts/StickerContext.tsx +++ b/contexts/StickerContext.tsx @@ -12,6 +12,10 @@ const StickersContextProvider = ({ stickersSeeder() ); + // TODO: Add stickers functions here. (Add and edit stickers). + + // TODO: Add stickers validation function here. + const stickersContextValues = { stickersMonth };