7 lines
232 B
JavaScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import icons from './icons.json' with { type: 'json' };
import info from './info.json' with { type: 'json' };
import metadata from './metadata.json' with { type: 'json' };
const chars = {};
export { icons, info, metadata, chars };