chore: rename home route file to _layout._index.tsx and update type import
This commit is contained in:
parent
ffd28302f9
commit
005e72798c
@ -1,6 +1,6 @@
|
|||||||
import { Welcome } from '~/layouts/home/welcome'
|
import { Welcome } from '~/layouts/home/welcome'
|
||||||
|
|
||||||
import type { Route } from './+types/home'
|
import type { Route } from './+types/_layout._index'
|
||||||
|
|
||||||
export function meta({}: Route.MetaArgs) {
|
export function meta({}: Route.MetaArgs) {
|
||||||
return [
|
return [
|
||||||
Loading…
x
Reference in New Issue
Block a user