Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Sep 15, 2022
1 parent 6c4a67e commit 9bf9c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/chat/chatbar/Chatbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script lang="ts">
import Vue from 'vue'
import { mapState } from 'vuex'
import { throttle, debounce, cloneDeep } from 'lodash'
import { throttle, debounce } from 'lodash'
import { TerminalIcon } from 'satellite-lucide-icons'
import { parseCommand, commands } from '~/libraries/ui/Commands'
import {
Expand Down

0 comments on commit 9bf9c42

Please sign in to comment.