diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-14 23:07:38 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-14 23:07:38 +0900 |
| commit | ca71f49b9cccb8ad83170b123eeaf9a6af7fc684 (patch) | |
| tree | 1f98503ad048fe81f7cefbdca20a344fa7174dd8 /app/routes/home.tsx | |
| parent | 4c39c1b30a206d9c87c8f65581e93ee3c84328ad (diff) | |
Remove unused template files home.tsx and welcome.tsx
Routes not registered in routes.ts caused a persistent tsc error
on the auto-generated +types/home module.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/routes/home.tsx')
| -rw-r--r-- | app/routes/home.tsx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/routes/home.tsx b/app/routes/home.tsx deleted file mode 100644 index 398e47c..0000000 --- a/app/routes/home.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import type { Route } from "./+types/home"; -import { Welcome } from "../welcome/welcome"; - -export function meta({}: Route.MetaArgs) { - return [ - { title: "New React Router App" }, - { name: "description", content: "Welcome to React Router!" }, - ]; -} - -export default function Home() { - return <Welcome />; -} |
