Added todos

This commit is contained in:
Lucid Kobold
2022-01-12 18:49:47 -06:00
parent 31a50dd797
commit 0b05eeb9ee

View File

@@ -12,6 +12,10 @@ const StickersContextProvider = ({
stickersSeeder() stickersSeeder()
); );
// TODO: Add stickers functions here. (Add and edit stickers).
// TODO: Add stickers validation function here.
const stickersContextValues = { const stickersContextValues = {
stickersMonth stickersMonth
}; };