hello everyone.
Unanswered
Giant wood wasp posted this in #help-forum
Giant wood waspOP
I need help with this. I want to import these css files to pass them to a provider. I get this. const themes = {
light: '../../../public/light-theme.css',
dark: '../../../public/dark-theme.css',
}
But this way its do not work. How can I import this files ?
light: '../../../public/light-theme.css',
dark: '../../../public/dark-theme.css',
}
But this way its do not work. How can I import this files ?