7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
export * from "./InformationTab";
|
|
export * from "./LeftWidgetTab";
|
|
export * from "./RightWidgetTab";
|
|
export * from "./CreateInformationTab";
|
|
export * from "./CreateLeftTab";
|
|
export * from "./CreateRightTab";
|