mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 19:10:53 +08:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
import Data from "./Data.js";
|
||
|
import Cfg from "./Cfg.js";
|
||
|
|
||
|
export { Data, Cfg }
|