Now in trouble that I don't know how to work. I wanna to import all json from specific dir.
import a from '../context/a.json'
import b from '../context/b.json'
import c from '../context/c.json'
↓
import {a, b, c} '../context/' // but like..This code doesn't work.
Is there how to fix it?