This commit is contained in:
2025-04-24 02:24:42 -06:00
parent 261aab9a4b
commit 8f2f8c3ff2
13 changed files with 264 additions and 60 deletions

View File

@ -1,6 +1,3 @@
// import { useSignal } from "@preact/signals";
// import Counter from "../islands/Counter.tsx";
export default function Home() {
export default function Projects() {
return <h1>Projects Page</h1>;
}