diff --git a/src/App.tsx b/src/App.tsx index 6c61cd5..4ce1b3f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Route, Routes, useNavigate } from '@solidjs/router' +import { Navigate, Route, Routes, useNavigate } from '@solidjs/router' import { Show, lazy, onMount } from 'solid-js' import { Header } from '~/components/Header' import { curTheme, selectedEndpoint } from '~/signals' @@ -30,12 +30,13 @@ export const App = () => {
+ - + } />