Skip to content

Commit

Permalink
clean up sandbox/csr demo
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Feb 26, 2024
1 parent 493d5a6 commit a60ccff
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions sandbox/csr/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,9 @@ import { ProductPage } from "./components/Product"
import { Messages } from "./components/Messages"
import { ModalDemo } from "./components/dialog/Modal"
import { DrawerDemo } from "./components/dialog/Drawer"
// import { H1 } from "./components/atoms/Heading"
import { Link } from "./components/atoms/Link"
import { Button } from "./components/atoms/Button"

// let start = performance.now()

// function Home() {
// const length = 10e3
// useEffect(() => {
// console.log(`effect took ${performance.now() - start}ms`)
// }, [])
// const children = Array.from({ length }).map((_, idx) => <li>{idx}</li>)
// return (
// <div>
// <H1>Home</H1>
// <div>
// <ul>{children}</ul>
// </div>
// </div>
// )
// }

export function App() {
return (
<ThemeContextProvider>
Expand Down

0 comments on commit a60ccff

Please sign in to comment.