Move all AddContainer functions to a different file and fix default.ts

This commit is contained in:
Eric NGUYEN 2022-09-14 17:31:40 +02:00
parent fd06723fb9
commit 498ca9dc75
5 changed files with 469 additions and 487 deletions

View file

@ -94,6 +94,7 @@ export const DEFAULT_CONFIG: IConfiguration = {
}
],
AvailableSymbols: [],
Patterns: [],
MainContainer: {
Type: 'Container',
Width: 800,