layout structure

This commit is contained in:
Fran Jurmanović
2021-08-03 15:47:24 +02:00
parent 6b152d320c
commit 5ee2ccc076
7 changed files with 31 additions and 30 deletions

View File

@@ -1,2 +1,2 @@
export * from './menu-layout/MenuLayoutElement';
export * from './initial-layout/InitialLayoutElement';
export * from './menu-layout';
export * from './initial-layout';