fix: code spliting and instance maintenance screens

This commit is contained in:
sriram veeraghanta 2024-11-12 19:48:31 +05:30
parent 106710f3d0
commit eee2145734
10 changed files with 46 additions and 10 deletions

View file

@ -0,0 +1 @@
export * from "ce/components/instance";

View file

@ -0,0 +1 @@
export const MaintenanceMessage = () => <></>;

View file

@ -1 +0,0 @@
export * from "ce/components/maintenance-mode";