basic redux setup

This commit is contained in:
2026-05-25 11:41:43 -04:00
parent 56c4b1bc03
commit 4471719b79
26 changed files with 8968 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import { Title } from "@solidjs/meta";
export default function About() {
return (
<main>
<Title>About</Title>
<h1>About</h1>
</main>
);
}