diff --git a/src/App.tsx b/src/App.tsx
index 022d029..6368332 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,6 +5,7 @@ import ShareText from "./components/ShareText";
import PublishedText from "./components/PublishedText";
import About from "./components/About";
import LiveRoom from "./components/LiveRoom";
+import CreateRoom from "./components/CreateRoom";
function App() {
return (
@@ -14,7 +15,8 @@ function App() {
Text here will get updated in realtime due to other collaborators
-- LiveRoom on v-share is still under development. You might get - unexpected errors while using it. -