Skip to content

Commit

Permalink
removed unused reference
Browse files Browse the repository at this point in the history
  • Loading branch information
suterma committed Dec 26, 2023
1 parent b96c7b4 commit a56e7a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/CompilationHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ import { type PropType, defineComponent } from 'vue';
import ArtistInfo from '@/components/ArtistInfo.vue';
import LabeledInput from '@/components/editor/LabeledInput.vue';
import CoveredPanel from '@/components/CoveredPanel.vue';
import ArtistLevelEditor from '@/components/editor/ArtistLevelEditor.vue';
import StyledInput from '@/components/StyledInput.vue';
import CompilationContextMenu from '@/components/context-menu/CompilationContextMenu.vue';
import { mapActions } from 'pinia';
Expand All @@ -152,7 +151,6 @@ export default defineComponent({
CompilationContextMenu,
ArtistInfo,
CoveredPanel,
ArtistLevelEditor,
},
props: {
compilation: {
Expand Down
1 change: 0 additions & 1 deletion src/components/track/TrackHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ import CoveredPanel from '@/components/CoveredPanel.vue';
import MediaSourceIndicator from '@/components/MediaSourceIndicator.vue';
import TimeInput from '@/components/TimeInput.vue';
import MetricalEditor from '@/components/editor/MetricalEditor.vue';
import ArtistLevelEditor from '@/components/editor/ArtistLevelEditor.vue';
import LabeledInput from '@/components/editor/LabeledInput.vue';
import StyledInput from '@/components/StyledInput.vue';
import TrackContextMenu from '@/components/context-menu/TrackContextMenu.vue';
Expand Down

0 comments on commit a56e7a7

Please sign in to comment.