Skip to content

Commit f329ddb

Browse files
committed
refactor: move components page to the first tab
1 parent 3f3065b commit f329ddb

File tree

1 file changed

+7
-7
lines changed
  • packages/client/src/constants

1 file changed

+7
-7
lines changed

packages/client/src/constants/tab.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ export const builtinTab: [string, ModuleBuiltinTab[]][] = [
1212
path: 'overview',
1313
title: 'Overview',
1414
},
15-
{
16-
icon: 'i-carbon-tree-view-alt',
17-
name: 'pages',
18-
order: -100,
19-
path: 'pages',
20-
title: 'Pages',
21-
},
2215
{
2316
icon: 'i-carbon-assembly-cluster',
2417
name: 'components',
2518
order: -100,
2619
path: 'components',
2720
title: 'Components',
2821
},
22+
{
23+
icon: 'i-carbon-tree-view-alt',
24+
name: 'pages',
25+
order: -100,
26+
path: 'pages',
27+
title: 'Pages',
28+
},
2929
{
3030
icon: 'i-carbon-image-copy',
3131
name: 'assets',

0 commit comments

Comments
 (0)