Skip to content

Commit

Permalink
fix: type error on main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfulfrog authored and marlonmarcello committed Aug 1, 2024
1 parent 921c4cc commit 74a51f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ function Slide() {
)
}

const container = document.getElementById("root")
const root = createRoot(container)

root.render(
createRoot(document.getElementById("root")!).render(
<StrictMode>
<App />
</StrictMode>
Expand Down

0 comments on commit 74a51f3

Please sign in to comment.