diff --git a/ui/src/App.jsx b/ui/src/App.jsx index 8ab650cd..a015df64 100644 --- a/ui/src/App.jsx +++ b/ui/src/App.jsx @@ -1,5 +1,6 @@ import Topbar from "./components/Topbar"; import Sidebar from "./components/Sidebar"; +import WebPreview from "./components/WebPreview"; import { ConfigProvider } from 'antd'; import { BrowserRouter } from 'react-router-dom' @@ -15,6 +16,7 @@ const App = () => ( {/* */} + );