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
Fix: replace dynamic import with static import in SqlLabPage
- Remove dynamic import of savedQueries API to fix Vite chunking warning
- Add static import of getSavedQuery at top of file
- Eliminates 'dynamically imported but also statically imported' warning
- No change to functionality, improves bundle optimization
0 commit comments