fix: code spliting and instance maintenance screens
This commit is contained in:
parent
106710f3d0
commit
eee2145734
10 changed files with 46 additions and 10 deletions
1
web/ee/components/instance/index.ts
Normal file
1
web/ee/components/instance/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/instance";
|
||||
1
web/ee/components/instance/maintenance-message.tsx
Normal file
1
web/ee/components/instance/maintenance-message.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const MaintenanceMessage = () => <></>;
|
||||
|
|
@ -1 +0,0 @@
|
|||
export * from "ce/components/maintenance-mode";
|
||||
Loading…
Add table
Add a link
Reference in a new issue