update to use ssh

This commit is contained in:
Henry Dollman
2024-07-09 19:44:09 -04:00
parent 04c14ad4ab
commit 7af8671134
14 changed files with 639 additions and 181 deletions

View File

@@ -1,6 +1,6 @@
import './index.css'
import { render } from 'preact'
import { Link, Route, Switch } from 'wouter-preact'
import { Route, Switch } from 'wouter-preact'
import { Home } from './components/routes/home.tsx'
import { ThemeProvider } from './components/theme-provider.tsx'
import LoginPage from './components/login.tsx'