astro-ghostcms/.pnpm-store/v3/files/a0/7258dae618ea7de501b9bf0c453...

7 lines
238 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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 };