Skip to content

Commit df9b5ee

Browse files
committed
ordering
1 parent afc01ef commit df9b5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/addons/_config/official.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export const officialAddons = [
2222
playwright,
2323
tailwindcss,
2424
sveltekitAdapter,
25+
devtoolsJson,
2526
drizzle,
2627
lucia,
2728
mdsvex,
2829
paraglide,
29-
storybook,
30-
devtoolsJson
30+
storybook
3131
] as AddonWithoutExplicitArgs[];
3232

3333
export function getAddonDetails(id: string): AddonWithoutExplicitArgs {

0 commit comments

Comments
 (0)