mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00: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 };
|