Skip to content

Commit

Permalink
refactor: remove unused import in FarmPrinterPanel.vue (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Jun 18, 2023
1 parent 5abf417 commit 6ce0f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/panels/FarmPrinterPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ import MainsailLogo from '@/components/ui/MainsailLogo.vue'
import Panel from '@/components/ui/Panel.vue'
import { mdiPrinter3d, mdiWebcam, mdiMenuDown, mdiWebcamOff, mdiFileOutline } from '@mdi/js'
import { Debounce } from 'vue-debounce-decorator'
import { GuiWebcamStateWebcam } from '@/store/gui/webcams/types'
import WebcamMixin from '@/components/mixins/webcam'
import WebcamWrapper from '@/components/webcams/WebcamWrapper.vue'
Expand Down

0 comments on commit 6ce0f4f

Please sign in to comment.