Skip to content

Commit

Permalink
Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jan 23, 2025
1 parent 9bce23d commit 11ad22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwik/app/src/entry.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
import { render, type RenderOptions } from '@builder.io/qwik';
import Root from './root';

export default function (opts: RenderOptions) {
export default function (opts: RenderOptions) {!
return render(document, <Root />, opts);
}

0 comments on commit 11ad22d

Please sign in to comment.