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
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)