Initial commit from Create Next App

This commit is contained in:
Gavin McDonald
2025-04-09 09:13:53 -04:00
commit a7708b4fad
12 changed files with 1686 additions and 0 deletions

3
pages/a.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function A() {
return <div>a</div>;
}