Skip to content

Commit d5b4ecc

Browse files
committed
sm fix
1 parent 5a020f3 commit d5b4ecc

File tree

1 file changed

+2
-2
lines changed
  • react/advanced-component-design/02-form-abstractions/03-react-hook-form

1 file changed

+2
-2
lines changed

react/advanced-component-design/02-form-abstractions/03-react-hook-form/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import * as ReactDOM from 'react-dom/client'
22
import { LessonBody, LessonCard } from '~/Lesson'
33

44
// Intro
5-
// import { LoginForm } from './start-here'
5+
import { LoginForm } from './start-here'
66

77
// Basic Validation
88
// import { LoginForm } from './basic-validation'
99

1010
// Zod Validation
11-
import { LoginForm } from './zod-validation'
11+
// import { LoginForm } from './zod-validation'
1212

1313
ReactDOM.createRoot(document.getElementById('root')!).render(
1414
<LessonBody>

0 commit comments

Comments
 (0)