1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

6 lines
120 B
TypeScript
Raw Normal View History

import {PrivateConfigClass} from './PrivateConfigClass';
2017-06-04 15:25:08 +02:00
export let Config = new PrivateConfigClass();
2017-07-08 12:43:42 +02:00
Config.load();