Add welcome component and update home route title

This commit is contained in:
2025-03-10 12:24:44 +01:00
parent 23730b81db
commit 84b776c9d1
6 changed files with 10 additions and 137 deletions

View File

@@ -1,9 +1,9 @@
import type { Route } from "./+types/home";
import { Welcome } from "../welcome/welcome";
import { Welcome } from "../index";
export function meta({}: Route.MetaArgs) {
return [
{ title: "New React Router App" },
{ title: "Aindustries' casino" },
{ name: "description", content: "Welcome to React Router!" },
];
}