diff --git a/src/App.tsx b/src/App.tsx index b65513c1..467949bd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ import { Navigate, Route, Routes, useNavigate } from '@solidjs/router' import { Show, createEffect, lazy, onMount } from 'solid-js' import { Header } from '~/components' -import { ROUTE } from '~/constants' +import { ROUTES } from '~/constants' import { curTheme, endpoint, @@ -46,14 +46,14 @@ export const App = () => {