Skip to content

Commit

Permalink
馃毃 fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
moisout committed Aug 10, 2021
1 parent fe2b004 commit 65c4847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/videoplayer/VideoPlayerSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
import SettingsIcon from 'vue-material-design-icons/Cog.vue';
import HighDefinitionIcon from 'vue-material-design-icons/HighDefinition.vue';
import MagicIcon from 'vue-material-design-icons/AutoFix.vue';
import SwitchButton from '@/components/buttons/SwitchButton.vue';
import { computed, defineComponent, onMounted, ref, watch } from '@nuxtjs/composition-api';
import SwitchButton from '@/components/buttons/SwitchButton.vue';
import { useAccessor } from '~/store';
export default defineComponent({
Expand Down
2 changes: 1 addition & 1 deletion client/pages/watch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ import ThumbsDown from 'vue-material-design-icons/ThumbDown.vue';
import InstanceIcon from 'vue-material-design-icons/ServerNetwork.vue';
import Share from 'vue-material-design-icons/Share.vue';
import LoadMoreIcon from 'vue-material-design-icons/Reload.vue';
import NextUpVideo from '@/components/watch/NextUpVideo.vue';
import {
defineComponent,
onMounted,
Expand All @@ -182,6 +181,7 @@ import {
watch
} from '@nuxtjs/composition-api';
import { Result } from 'ytpl';
import NextUpVideo from '@/components/watch/NextUpVideo.vue';
import Spinner from '@/components/Spinner.vue';
import SubscribeButton from '@/components/buttons/SubscribeButton.vue';
import Comment from '@/components/Comment.vue';
Expand Down

0 comments on commit 65c4847

Please sign in to comment.