Code re-organization
This commit is contained in:
5
src/Models/Config/index.ts
Normal file
5
src/Models/Config/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export * from './IActivity';
|
||||
export * from './IConfig';
|
||||
export * from './IDeviceButton';
|
||||
export * from './IDeviceSetupItem';
|
||||
export * from './IMatrix';
|
1
src/Models/index.ts
Normal file
1
src/Models/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './IDevice';
|
Reference in New Issue
Block a user