feat: add website

This commit is contained in:
Mauricio Siu
2024-10-27 21:47:19 -06:00
parent e68e208653
commit e35559156a
50 changed files with 4461 additions and 11056 deletions

View File

@@ -0,0 +1,5 @@
import { notFound } from "next/navigation";
export default function CatchAll() {
notFound();
}