diff --git a/campaign-tracker-client/src/App.tsx b/campaign-tracker-client/src/App.tsx
index a66b5ef..9224dd4 100644
--- a/campaign-tracker-client/src/App.tsx
+++ b/campaign-tracker-client/src/App.tsx
@@ -1,121 +1,30 @@
-import { useState } from 'react'
-import reactLogo from './assets/react.svg'
-import viteLogo from './assets/vite.svg'
-import heroImg from './assets/hero.png'
+import { ConfigProvider, theme } from 'antd'
import './App.css'
+import { WorkspaceShell } from './workspace/WorkspaceShell'
+import { workspaceThemeTokens } from './workspace/workspaceContracts'
function App() {
- const [count, setCount] = useState(0)
-
return (
- <>
-
- Edit
-
-
-
Get started
- src/App.tsx and save to test HMR
-
Connect with us
-Join the Vite community
---
-
-
- GitHub
-
-
- -
-
-
- Discord
-
-
- -
-
-
- X.com
-
-
- -
-
-
- Bluesky
-
-
-
-