2026-05-31 13:54:31 +02:00

7 lines
232 B
JavaScript

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 };