Skip to content

Commit a7f5431

Browse files
committed
fixed build
1 parent 2197c29 commit a7f5431

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/root.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Counter } from "./components/counter/counter";
2-
import { Logo } from "./components/logo/logo";
31

42
export default () => {
53
return (
@@ -9,8 +7,6 @@ export default () => {
97
<title>Qwik Blank App</title>
108
</head>
119
<body>
12-
<Logo />
13-
<Counter />
1410
</body>
1511
</>
1612
);

0 commit comments

Comments
 (0)