Skip to content

Commit f504396

Browse files
committed
fix
1 parent 5927894 commit f504396

File tree

1 file changed

+2
-2
lines changed
  • react/advanced-hooks/06-imperative-react/lecture

1 file changed

+2
-2
lines changed

Diff for: react/advanced-hooks/06-imperative-react/lecture/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as ReactDOM from 'react-dom/client'
22
import { LessonBody, LessonCard } from '~/Lesson'
33
// import { App } from './app.final'
4-
import { App } from './app.popover.final'
5-
// import { App } from './app'
4+
// import { App } from './app.popover.final'
5+
import { App } from './app'
66
import './styles.css'
77

88
ReactDOM.createRoot(document.getElementById('root')!).render(

0 commit comments

Comments
 (0)