You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Тhere is an error in imports due to the use of the missing fonts.ts file.
fonts.ts doesnt exist in the starter-example/app/ui but file using in some components: dashboard/starter-example/app/ui/acme-logo.tsx, etc
Type error: Cannot find module '@/app/ui/fonts' or its corresponding type declarations.
fix: it would be good also to comment imports for components that have an import of the fonts.ts file
The text was updated successfully, but these errors were encountered:
Тhere is an error in imports due to the use of the missing fonts.ts file.
fonts.ts doesnt exist in the starter-example/app/ui but file using in some components: dashboard/starter-example/app/ui/acme-logo.tsx, etc
fix: it would be good also to comment imports for components that have an import of the fonts.ts file
The text was updated successfully, but these errors were encountered: