diff --git a/ui/src/App.css b/ui/src/App.css
deleted file mode 100644
index e69de29b..00000000
diff --git a/ui/src/App.jsx b/ui/src/App.jsx
deleted file mode 100644
index 8ebfe86b..00000000
--- a/ui/src/App.jsx
+++ /dev/null
@@ -1,29 +0,0 @@
-import { useState } from 'react';
-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'
-
-export default function App() {
- const [html, setHtml] = useState(null);
- const [elements, setElements] = useState([])
-
- return (
-
-
-
- {/* */}
-
-
-
- )
-
-}
\ No newline at end of file
diff --git a/ui/src/index.css b/ui/src/index.css
deleted file mode 100644
index ee7f5a10..00000000
--- a/ui/src/index.css
+++ /dev/null
@@ -1,11 +0,0 @@
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-@layer base {
- :root {
- --pink: #ff00c3;
- --black: #ff00c3;
- --white: #ff00c3;
- }
-}
\ No newline at end of file
diff --git a/ui/src/main.tsx b/ui/src/main.tsx
deleted file mode 100644
index 342102d0..00000000
--- a/ui/src/main.tsx
+++ /dev/null
@@ -1,10 +0,0 @@
-import React from 'react'
-import ReactDOM from 'react-dom/client'
-import App from './App.jsx'
-import './index.css'
-
-ReactDOM.createRoot(document.getElementById('root')!).render(
-
-
- ,
-)
\ No newline at end of file
diff --git a/ui/src/vite-env.d.ts b/ui/src/vite-env.d.ts
deleted file mode 100644
index 11f02fe2..00000000
--- a/ui/src/vite-env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-///