Skip to content

Commit 2cfe308

Browse files
committed
chore(theme-default): tweak import and export order
1 parent 4c865b1 commit 2cfe308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from './useNavLink'
22
export * from './useResolveRouteWithRedirect'
3-
export * from './useSidebarItems'
43
export * from './useScrollPromise'
4+
export * from './useSidebarItems'
55
export * from './useThemeData'

packages/@vuepress/theme-default/src/layouts/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ import Page from '../components/Page.vue'
6262
import Navbar from '../components/Navbar.vue'
6363
import Sidebar from '../components/Sidebar.vue'
6464
import {
65-
useSidebarItems,
6665
useScrollPromise,
66+
useSidebarItems,
6767
useThemeLocaleData,
6868
} from '../composables'
6969

0 commit comments

Comments
 (0)