mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +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 }
|