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
When I press ctrl+shift+i, it says, imported { Home } from './home.js' on the status line, but all it actually does is delete all my other imports on the first line.
The text was updated successfully, but these errors were encountered:
So, I have two files,
client.js
andhome.js
When I press
ctrl+shift+i
, it says,imported { Home } from './home.js'
on the status line, but all it actually does is delete all my other imports on the first line.The text was updated successfully, but these errors were encountered: