From 005e72798c6ee1500214a4db886043c2e46d6d71 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 30 Jan 2025 18:00:01 +0800 Subject: [PATCH] chore: rename home route file to _layout._index.tsx and update type import --- app/routes/{home.tsx => _layout._index.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/routes/{home.tsx => _layout._index.tsx} (83%) diff --git a/app/routes/home.tsx b/app/routes/_layout._index.tsx similarity index 83% rename from app/routes/home.tsx rename to app/routes/_layout._index.tsx index a5078aa..215e3fd 100644 --- a/app/routes/home.tsx +++ b/app/routes/_layout._index.tsx @@ -1,6 +1,6 @@ import { Welcome } from '~/layouts/home/welcome' -import type { Route } from './+types/home' +import type { Route } from './+types/_layout._index' export function meta({}: Route.MetaArgs) { return [