Skip to content

Commit

Permalink
[Improvement] Remove not necessary imports (#3204)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaomo <[email protected]>
  • Loading branch information
chouchouji and zhangmo8 authored Sep 19, 2024
1 parent 5027abe commit cc715a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ limitations under the License.

<script setup lang="ts">
import { useI18n } from 'vue-i18n'
import { defineProps } from 'vue'
import type { IKeyAndValue } from '@/types/common.type'

const props = defineProps<{ title: string, data: IKeyAndValue[] }>()

const { t } = useI18n()
</script>

Expand Down
2 changes: 0 additions & 2 deletions amoro-web/src/views/overview/components/SingleDataCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ limitations under the License.
/ -->

<script setup lang="ts">
import { defineProps } from 'vue'

const props = defineProps<{ title: string, value: string }>()
</script>

Expand Down

0 comments on commit cc715a3

Please sign in to comment.