diff --git a/dashboard/src/App.tsx b/dashboard/src/App.tsx index 967b943..bb38b34 100644 --- a/dashboard/src/App.tsx +++ b/dashboard/src/App.tsx @@ -32,18 +32,10 @@ export function App() {
- | 'preferences'; - -export function App() { - const [tab, setTab] = useState('explorer'); - - return ( -