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

7 lines
238 B
Plaintext

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