import icons from './icons.json' assert { type: 'json' }; import info from './info.json' assert { type: 'json' }; import metadata from './metadata.json' assert { type: 'json' }; const chars = {}; export { icons, info, metadata, chars };