Skip to content

Commit

Permalink
fix(docs): remove unnecessary import (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Jan 4, 2023
1 parent 2851c32 commit 7a2ff0b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/.vitepress/theme/components/Home.vue
@@ -1,9 +1,3 @@
<script setup lang="ts">
import HomeHero from './HomeHero.vue'
import HomeFeatures from './HomeFeatures.vue'
import HomeFooter from './HomeFooter.vue'
</script>

<template>
<div class="home" mt-4 flex flex-col items-center>
<HomeTeam />
Expand Down

0 comments on commit 7a2ff0b

Please sign in to comment.