generated from thegrind/laravel-dockerized
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
import icons from './icons.json' with { type: 'json' };
|
|
import info from './info.json' with { type: 'json' };
|
|
|
|
const metadata = {};
|
|
const chars = {};
|
|
export { icons, info, metadata, chars };
|