Skip to content

Commit cdb3bf6

Browse files
committed
style: remove unused imports in popup
1 parent a4e467b commit cdb3bf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/phone/Popup.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ import useScripts from '@/use/phone/useScripts';
184184
import { ContactActions, ContactStates } from '@/models/phone/Contact';
185185
import PhoneInbound from '@/models/PhoneInbound';
186186
import PhoneOutbound from '@/models/PhoneOutbound';
187-
import useAgent from '@/use/phone/useAgent';
188187
import { InboundActions } from '@/store/modules/phone/streams';
189188
import ProgressButton from '@/components/buttons/ProgressButton.vue';
190189
import { useIntervalFn } from '@/use/useIntervalFn';
@@ -211,8 +210,6 @@ export default {
211210
'setNextInboundAction',
212211
]);
213212
const { updateContact } = useActions('phone.streams', ['updateContact']);
214-
const { clearState } = useActions('phone.controller', ['clearState']);
215-
const { agent } = useAgent();
216213
const dismissState = useToggle();
217214
const { currentIncident } = useIncident();
218215

0 commit comments

Comments
 (0)