Skip to content

Commit 338e733

Browse files
committed
fix: qwik formatting
1 parent df07984 commit 338e733

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/content/docs/start/frontend/qwik.mdx

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,12 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
2222

2323
1. ##### Create a new Qwik app
2424

25-
<CommandTabs
26-
npm={`npm create qwik@latest
27-
28-
cd <PROJECT>`}
29-
30-
yarn={`yarn create qwik@latest
31-
32-
cd <PROJECT>`}
33-
34-
pnpm={`pnpm create qwik@latest
35-
25+
<CommandTabs
26+
npm={`npm create qwik@latest
27+
cd <PROJECT>`}
28+
yarn={`yarn create qwik@latest
29+
cd <PROJECT>`}
30+
pnpm={`pnpm create qwik@latest
3631
cd <PROJECT>`}
3732
/>
3833

0 commit comments

Comments
 (0)