change repo
This commit is contained in:
parent
53a9f90d7e
commit
c79c67a7f6
|
@ -47,6 +47,7 @@ const Settings = dynamic(async () => (await import("./settings")).Settings, {
|
|||
loading: () => <Loading noLogo />,
|
||||
});
|
||||
|
||||
|
||||
const Chat = dynamic(async () => (await import("./chat")).Chat, {
|
||||
loading: () => <Loading noLogo />,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue