Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Sep 12, 2023
1 parent 092e933 commit 4051a3d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
<script lang="ts">
import Vue from 'vue';
import { Component, Prop, Inject, Watch } from 'vue-property-decorator';
import { Dictionary } from '@empathyco/x-utils';
import { Dictionary, getNewAndUpdatedKeys } from '@empathyco/x-utils';
import { SearchRequest, Result } from '@empathyco/x-types';
import { getNewAndUpdatedKeys } from '@empathyco/x-utils/src';
import { State } from '../../../components/decorators/store.decorators';
import { LIST_ITEMS_KEY } from '../../../components/decorators/injection.consts';
import { XProvide } from '../../../components/decorators/injection.decorators';
Expand Down

0 comments on commit 4051a3d

Please sign in to comment.