Skip to content

Commit

Permalink
Fix import in Loading
Browse files Browse the repository at this point in the history
  • Loading branch information
BobChao87 committed Nov 17, 2021
1 parent ae68b2f commit 4d1df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widget/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<script lang="ts">
import Vue from 'vue';
import { OengusStateValue } from '~/plugins/oengus';
import { OengusStateValue } from '~/types/api/oengus-api';

export default Vue.extend({
props: {
Expand Down

0 comments on commit 4d1df44

Please sign in to comment.