mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-05-13 12:03:34 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import type { ModuleConfig } from "/@/cool";
|
|
|
|
export default (): ModuleConfig => {
|
|
return {};
|
|
};
|