We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a020f3 commit d5b4eccCopy full SHA for d5b4ecc
react/advanced-component-design/02-form-abstractions/03-react-hook-form/index.tsx
@@ -2,13 +2,13 @@ import * as ReactDOM from 'react-dom/client'
2
import { LessonBody, LessonCard } from '~/Lesson'
3
4
// Intro
5
-// import { LoginForm } from './start-here'
+import { LoginForm } from './start-here'
6
7
// Basic Validation
8
// import { LoginForm } from './basic-validation'
9
10
// Zod Validation
11
-import { LoginForm } from './zod-validation'
+// import { LoginForm } from './zod-validation'
12
13
ReactDOM.createRoot(document.getElementById('root')!).render(
14
<LessonBody>
0 commit comments