Skip to content

Commit fe0a70f

Browse files
committed
Cleanup
1 parent b3f4a77 commit fe0a70f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.vitepress/theme/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import Gamma from './components/Gamma.vue';
1010
import Concept from './components/Concept.vue'
1111
import Since from './components/Since.vue';
1212
import UnderConstruction from './components/UnderConstruction.vue';
13-
// import ScrollToTop from './components/ScrollToTop.vue'
1413
import CfgInspect from './components/ConfigInspect.vue';
1514
import TwoslashFloatingVue from '@shikijs/vitepress-twoslash/client'
1615

@@ -36,7 +35,6 @@ export default {
3635
ctx.app.component('Concept', Concept)
3736
ctx.app.component('Since', Since)
3837
ctx.app.component('UnderConstruction', UnderConstruction)
39-
// ctx.app.component('ScrollToTop', ScrollToTop)
4038
ctx.app.use(TwoslashFloatingVue)
4139
}
4240
}

0 commit comments

Comments
 (0)