Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 23, 2024
1 parent 2197c29 commit a7f5431
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/root.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Counter } from "./components/counter/counter";
import { Logo } from "./components/logo/logo";

export default () => {
return (
Expand All @@ -9,8 +7,6 @@ export default () => {
<title>Qwik Blank App</title>
</head>
<body>
<Logo />
<Counter />
</body>
</>
);
Expand Down

0 comments on commit a7f5431

Please sign in to comment.