Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Sort import in 'pages/index.vue'
Browse files Browse the repository at this point in the history
  • Loading branch information
nard-tech committed Apr 6, 2020
1 parent a81273b commit 872d90c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@
<script lang="ts">
import Vue from 'vue'
import { MetaInfo } from 'vue-meta'
import PageHeader from '@/components/PageHeader.vue'
import WhatsNew from '@/components/index/WhatsNew.vue'
import StaticInfo from '@/components/index/StaticInfo.vue'
import Data from '@/data/data.json'
import News from '@/data/news.json'
import PageHeader from '@/components/PageHeader.vue'
import WhatsNew from '@/components/index/WhatsNew.vue'
import StaticInfo from '@/components/index/StaticInfo.vue'
import ConfirmedCasesDetailsCard from '@/components/index/cards/ConfirmedCasesDetailsCard.vue'
import TestedCasesDetailsCard from '@/components/index/cards/TestedCasesDetailsCard.vue'
import ConfirmedCasesNumberCard from '@/components/index/cards/ConfirmedCasesNumberCard.vue'
Expand Down

0 comments on commit 872d90c

Please sign in to comment.