Skip to content

Commit d624e68

Browse files
committed
chore: Remove home route from RRv7
1 parent 768878c commit d624e68

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/e2e/react-router/v7/app/routes.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
import {
2-
type RouteConfig,
3-
index,
4-
layout,
5-
route
6-
} from '@react-router/dev/routes'
1+
import { type RouteConfig, layout, route } from '@react-router/dev/routes'
72

83
export default [
9-
index('routes/home.tsx'),
104
// prettier-ignore
115
layout('layout.tsx', [
126
route('/hash-preservation', './routes/hash-preservation.tsx'),

0 commit comments

Comments
 (0)