mirror of
https://github.com/crystelf/crystelf-admin.git
synced 2025-12-05 13:41:57 +00:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
import configControl from '../config/configControl.js';
|
|
|
|
export const crystelfInit = {
|
|
async CSH() {
|
|
await configControl.init();
|
|
},
|
|
};
|