bunch of new stuff

This commit is contained in:
2024-12-16 11:45:53 -05:00
parent e1a094ff4b
commit 1d53602129
8 changed files with 215 additions and 180 deletions

10
src/app/Guides/page.tsx Normal file
View File

@@ -0,0 +1,10 @@
import { ChevronDownIcon } from "@heroicons/react/20/solid";
export default async function GuidesPage() {
return (
<div>
Guides page
</div>
)
}