Fix routing

This commit is contained in:
2025-07-17 15:30:48 -07:00
parent 31a2e78b7d
commit 8cabdcc36a
10 changed files with 47 additions and 39 deletions

9
src/routes/Installs.tsx Normal file
View File

@@ -0,0 +1,9 @@
import './Installs.scss'
export default function Installs () {
return (
<>
<p>Installs</p>
</>
)
}