module not found
Answered
Persian posted this in #help-forum
PersianOP
module not found even tho that file exists!
Answered by Sun bear
please don't name files and folders with space. different systems treat space differently.
// instead of
Auto Roles Page
// do
auto-roles-page
// or
AutoRolesPage4 Replies
Sun bear
please don't name files and folders with space. different systems treat space differently.
// instead of
Auto Roles Page
// do
auto-roles-page
// or
AutoRolesPageAnswer
@Sun bear please don't name files and folders with space. different systems treat space differently.
tsx
// instead of
Auto Roles Page
// do
auto-roles-page
// or
AutoRolesPage
PersianOP
but it's working on other files that's weird
Sun bear
did this fix the issue?
@Sun bear did this fix the issue?
PersianOP
Yes thanks!