diff --git a/playground/counter.tsx b/playground/counter.tsx
index fd30bba..1f642c0 100644
--- a/playground/counter.tsx
+++ b/playground/counter.tsx
@@ -1,12 +1,12 @@
import * as React from "react"
-import { Button } from "../src/main.js"
+import { Button } from "../src.new/components/button.js"
export function Counter() {
const [count, setCount] = React.useState(0)
return (
<>
this button was clicked {count} times
-
+