Skip to content

Commit

Permalink
Remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 25, 2023
1 parent 76f6c85 commit 42f8001
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions components/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,14 @@ import { detect } from 'detect-browser';
import * as htmlToImage from 'html-to-image';
import { head, debounce, isEqual } from 'lodash';
import {
XIcon,
ZoomInIcon,
ZoomOutIcon,
CodeIcon,
ShareIcon,
EyeOffIcon,
SettingsIcon,
MinimizeIcon,
ZoomInIcon,
ZoomOutIcon,
ClipboardIcon,
RefreshCwIcon,
PlusCircleIcon,
ShoppingBagIcon,
CheckCircleIcon,
ExternalLinkIcon,
} from 'vue-feather-icons';
import useShiki from '@/composables/useShiki';
import usePanZoom from '@/composables/usePanZoom';
Expand Down Expand Up @@ -262,20 +256,14 @@ export default {
},
components: {
XIcon,
CodeIcon,
ShareIcon,
ZoomInIcon,
ZoomOutIcon,
EyeOffIcon,
SettingsIcon,
MinimizeIcon,
RefreshCwIcon,
ClipboardIcon,
PlusCircleIcon,
ShoppingBagIcon,
CheckCircleIcon,
ExternalLinkIcon,
},
setup(props, context) {
Expand Down

0 comments on commit 42f8001

Please sign in to comment.