|
2 | 2 | // import "comps/comps/layout/mobileTabLayout"; |
3 | 3 | import cnchar from "cnchar"; |
4 | 4 |
|
5 | | -import { registerComp, type UICompManifest, type UICompType } from "./uiCompRegistry"; |
6 | | -import { trans } from "i18n"; |
7 | | -import { remoteComp } from "./comps/remoteComp/remoteComp"; |
8 | | -import type { RemoteCompInfo } from "types/remoteComp"; |
9 | | - |
10 | 5 | import { ModalComp } from "comps/hooks/modalComp"; |
11 | 6 | import { ButtonComp } from "./comps/buttonComp/buttonComp"; |
12 | 7 | import { DropdownComp } from "./comps/buttonComp/dropdownComp"; |
@@ -49,14 +44,14 @@ import { defaultGridData, defaultListViewData, GridComp, ListViewComp,} from "./ |
49 | 44 | import { ModuleComp } from "./comps/moduleComp/moduleComp"; |
50 | 45 | import { NavComp } from "./comps/navComp/navComp"; |
51 | 46 | import { TableComp } from "./comps/tableComp"; |
52 | | -import { registerComp, UICompManifest, UICompType } from "./uiCompRegistry"; |
53 | 47 | import { QRCodeComp } from "./comps/qrCodeComp"; |
54 | 48 | import { JsonExplorerComp } from "./comps/jsonComp/jsonExplorerComp"; |
55 | 49 | import { JsonEditorComp } from "./comps/jsonComp/jsonEditorComp"; |
56 | 50 | import { TreeComp } from "./comps/treeComp/treeComp"; |
57 | 51 | import { TreeSelectComp } from "./comps/treeComp/treeSelectComp"; |
58 | 52 | import { trans } from "i18n"; |
59 | 53 | import { remoteComp } from "./comps/remoteComp/remoteComp"; |
| 54 | +import { registerComp, type UICompManifest, type UICompType } from "./uiCompRegistry"; |
60 | 55 | import { AudioComp } from "./comps/mediaComp/audioComp"; |
61 | 56 | import { VideoComp } from "./comps/mediaComp/videoComp"; |
62 | 57 | import { DrawerComp } from "./hooks/drawerComp"; |
|
0 commit comments