mirror of
https://github.com/wassname/talk.git
synced 2026-08-06 13:41:02 +08:00
[CORL-161, CORL-240] Message Box (#2222)
* feat: Message Box * test: do all the testing stuff * fix: removed old messageBox * Update src/core/client/stream/tabs/configure/components/MessageBoxConfig.tsx Co-Authored-By: wyattjoh <wyattjoh@gmail.com> * fix: addressed space error
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
export function loadMarkdownEditor() {
|
||||
return import("./MarkdownEditor" /* webpackChunkName: "markdownEditor" */);
|
||||
}
|
||||
|
||||
export default React.lazy(loadMarkdownEditor);
|
||||
@@ -0,0 +1,4 @@
|
||||
export {
|
||||
default as MarkdownEditor,
|
||||
loadMarkdownEditor,
|
||||
} from "./MarkdownEditor/LazyMarkdownEditory";
|
||||
Reference in New Issue
Block a user