Files
kiss-translator/src/config/index.js

10 lines
221 B
JavaScript
Raw Normal View History

2025-09-01 18:56:48 +08:00
export * from "./app";
export * from "./rules";
export * from "./api";
export * from "./setting";
export * from "./i18n";
export * from "./storage";
export * from "./url";
export * from "./msg";
export * from "./client";