Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 25, 2023
1 parent abbb9e4 commit 2775019
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,10 @@
</template>

<script>
import Vue from 'vue';
import download from 'downloadjs';
import { debounce } from 'lodash';
import { detect } from 'detect-browser';
import * as htmlToImage from 'html-to-image';
import { head, debounce } from 'lodash';
import {
CodeIcon,
ShareIcon,
Expand Down

0 comments on commit 2775019

Please sign in to comment.