Skip to content

Commit 8a4e0fb

Browse files
committed
added fix watch command
1 parent 5863bf2 commit 8a4e0fb

File tree

6 files changed

+399
-21
lines changed

6 files changed

+399
-21
lines changed

exercises/01.routing/01.problem.routing/app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
Scripts,
77
ScrollRestoration,
88
} from 'react-router'
9-
import { type Route } from './+types/root'
9+
import type { Route } from './+types/root'
1010
import './app.css'
1111
import { EpicShop } from './epicshop'
1212

exercises/01.routing/01.solution.routing/app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
Scripts,
77
ScrollRestoration,
88
} from 'react-router'
9-
import { type Route } from './+types/root'
9+
import type { Route } from './+types/root'
1010
import './app.css'
1111
import { EpicShop } from './epicshop'
1212

exercises/01.routing/02.problem.automatic-routing/app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
Scripts,
77
ScrollRestoration,
88
} from 'react-router'
9-
import { type Route } from './+types/root'
9+
import type { Route } from './+types/root'
1010
import './app.css'
1111
import { EpicShop } from './epicshop'
1212

exercises/01.routing/02.solution.automatic-routing/app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
Scripts,
77
ScrollRestoration,
88
} from 'react-router'
9-
import { type Route } from './+types/root'
9+
import type { Route } from './+types/root'
1010
import './app.css'
1111
import { EpicShop } from './epicshop'
1212

0 commit comments

Comments
 (0)