#How do you import everything from a javascript file?

2 messages · Page 1 of 1 (latest)

wise kraken
#

I'm importing several variables and functions into my react App.js. It is getting long to do so many named imports.

How do you just import everything?

granite smelt
#

Pretty sure it's replacing the names with an asterisk *