mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:29:29 +08:00
6 lines
147 B
Text
6 lines
147 B
Text
import icons from './icons.json';
|
|
import info from './info.json';
|
|
|
|
const metadata = {};
|
|
const chars = {};
|
|
export { icons, info, metadata, chars };
|