Skip to content

Commit 73493ad

Browse files
committed
lowercase!
1 parent 1d45584 commit 73493ad

File tree

1 file changed

+1
-1
lines changed
  • exercises/99.final/01.solution.final/src/routes

1 file changed

+1
-1
lines changed

exercises/99.final/01.solution.final/src/routes/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Link, Outlet } from 'react-router'
2-
import { LinkButton } from '../components/Button.tsx'
2+
import { LinkButton } from '../components/button.tsx'
33

44
export function Layout() {
55
return (

0 commit comments

Comments
 (0)