[Refactor] Move to src-ui/views and src-ui/logics structure.
This commit is contained in:
6
src-ui/views/app/others/index.js
Normal file
6
src-ui/views/app/others/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export { WindowTitleBar } from "./window_title_bar/WindowTitleBar.jsx";
|
||||
export { SplashComponent } from "./splash_component/SplashComponent.jsx";
|
||||
export { UpdatingComponent } from "./updating_component/UpdatingComponent.jsx";
|
||||
export { ModalController } from "./modal_controller/ModalController.jsx";
|
||||
export { SnackbarController } from "./snackbar_controller/SnackbarController.jsx";
|
||||
export { AppErrorBoundary } from "./error_boundary/AppErrorBoundary.jsx";
|
||||
Reference in New Issue
Block a user