Skip to content

Commit

Permalink
fix(semantic-queries): fix request type
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Jun 12, 2024
1 parent b9c1abc commit 62e1dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/_vue3-migration-test/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { XComponentsAdapter } from '@empathyco/x-types';
import { QuerySuggestionsRequest, XComponentsAdapter } from '@empathyco/x-types';
import { Component, configureCompat, createApp } from 'vue';
import { createStore } from 'vuex';
import { xPlugin } from '../../x-components/src/plugins/x-plugin';
Expand Down

0 comments on commit 62e1dcd

Please sign in to comment.