Skip to content

Commit 6287a03

Browse files
committed
chore($core): remove redundant code
1 parent 81e3ef6 commit 6287a03

File tree

1 file changed

+0
-2
lines changed
  • packages/@vuepress/core/lib/internal-plugins

1 file changed

+0
-2
lines changed

packages/@vuepress/core/lib/internal-plugins/routes.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ function importCode () {
1616
return `
1717
import { injectComponentOption, ensureAsyncComponentsLoaded } from '@app/util'
1818
import rootMixins from '@internal/root-mixins'
19-
import layoutComponents from '@internal/layout-components'
20-
import pageComponents from '@internal/page-components'
2119
import LayoutDistributor from '@app/components/LayoutDistributor.vue'
2220
2321
injectComponentOption(LayoutDistributor, 'mixins', rootMixins)

0 commit comments

Comments
 (0)