We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927894 commit f504396Copy full SHA for f504396
react/advanced-hooks/06-imperative-react/lecture/index.tsx
@@ -1,8 +1,8 @@
1
import * as ReactDOM from 'react-dom/client'
2
import { LessonBody, LessonCard } from '~/Lesson'
3
// import { App } from './app.final'
4
-import { App } from './app.popover.final'
5
-// import { App } from './app'
+// import { App } from './app.popover.final'
+import { App } from './app'
6
import './styles.css'
7
8
ReactDOM.createRoot(document.getElementById('root')!).render(
0 commit comments