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
I highly recommend to use import type { } / import { type ... } when importing a type instead of using import {}. This increases the app performance and it's only supported for TypeScript files.
#156
Open
koikiss-dev opened this issue
Mar 3, 2024
· 0 comments
I highly recommend to use `import type { }` / `import { type ... }` when importing a type instead of using `import {}`. This increases the app performance and it's only supported for TypeScript files.
Originally posted by @barrientosvctor in #152 (review)
The text was updated successfully, but these errors were encountered: