Module '"@/auth"' has no exported member 'handlers'
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
When I try to import anything from @/auth either I get module has no exported member or that cannot find module '@/auth' or its corresponding type declarations, I tried in 3 different projects importing anything from @/auth but in any project I just can't use @/auth.
4 Replies
@Barbary Lion When I try to import anything from @/auth either I get module has no exported member or that cannot find module '@/auth' or its corresponding type declarations, I tried in 3 different projects importing anything from @/auth but in any project I just can't use @/auth.
What’s the content of src/auth.ts?
@joulev What’s the content of src/auth.ts?
Barbary LionOP
Hello, this is the content
@Barbary Lion Hello, this is the content
Yeah so you never export anything named “handlers” here…
@joulev Yeah so you never export anything named “handlers” here…
Barbary LionOP
ty, i did it, im sorry for posting something like this. I'm new so i was confused.