Open zwhitchcox opened 5 years ago
So, I have two files, client.js and home.js
client.js
home.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.
ctrl+shift+i
imported { Home } from './home.js'
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.