Skip to content

Commit a18045b

Browse files
committed
Update choices.ts
1 parent b9a5953 commit a18045b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/quick-start/builder/choices.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ export const LANGS_WEB: DisplayChoice[] = [
8080
];
8181

8282
export const LANGS_WEB_PNP: DisplayChoice[] = [
83+
{ key: REACT, displayName: "React" },
8384
{ key: REACT_HOOKS, displayName: "React Hooks" },
85+
{ key: VUE, displayName: "Vue" },
8486
{ key: VUE_COMPOSABLES, displayName: "Vue Composables" },
85-
{ key: REACT, displayName: "React" },
8687
{ key: NEXTJS, displayName: "Next JS" },
87-
{ key: VUE, displayName: "Vue" },
8888
{ key: ANGULAR, displayName: "Angular" },
8989
{ key: HTML, displayName: "Vanilla JS" },
9090
];

0 commit comments

Comments
 (0)