mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
import icons from './icons.json' with { type: 'json' };
|
|
import info from './info.json' with { type: 'json' };
|
|
|
|
const metadata = {};
|
|
const chars = {};
|
|
export { icons, info, metadata, chars };
|