Files
kiss-translator/src/config/index.js
2025-09-01 18:56:48 +08:00

10 lines
221 B
JavaScript

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