Skip to content

Commit 7a0ecfa

Browse files
committed
Merge branch 'timeline-chart' of https://github.com/npmx-dev/npmx.dev into timeline-chart
2 parents 153eaf3 + 01bbf5e commit 7a0ecfa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/components/Package/TimelineChart.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script setup lang="ts">
22
import { onMounted } from 'vue'
3-
import type {
4-
VueUiXy} from 'vue-data-ui/vue-ui-xy';
3+
import type { VueUiXy } from 'vue-data-ui/vue-ui-xy'
54
import {
65
type VueUiXyConfig,
76
type VueUiXyDatasetBarItem,

0 commit comments

Comments
 (0)