From 788137e528349f68163eb6e647fa78a0cca7ecea Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 10 May 2024 01:11:46 +0530 Subject: [PATCH] feat(wip): core selection --- ui/src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => ( {/* */} + );