initialize components, routes, and services

This commit is contained in:
2020-07-08 18:54:19 -05:00
parent d212d3b36c
commit 69466406cd
13 changed files with 333 additions and 11 deletions

View File

@ -1,3 +1,3 @@
import { SystemDef } from './processDef';
import { SystemDef } from './systemGenService';
declare let def: SystemDef;
export default def;