Skip to content

Commit 4d56f41

Browse files
fix: add missing import (#164)
closes #162
1 parent efe2be6 commit 4d56f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-nx/src/generators/route/files/layout/__routeName__/layout.tsx__template__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { component$ } from '@builder.io/qwik';
1+
import { component$, Slot } from '@builder.io/qwik';
22

33
export default component$(() => {
44
return (

0 commit comments

Comments
 (0)