6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
import coolFile from './something.json' with { type: 'json' }
|
|
|
|
export default {
|
|
data: coolFile.data
|
|
}
|