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

6 lines
99 B
TypeScript
Raw Normal View History

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