Skip to content

Commit

Permalink
Merge pull request #11997 from rtibbles/responsive_window_mixin_clearup
Browse files Browse the repository at this point in the history
Remove unused KResponsiveWindowMixin.
  • Loading branch information
rtibbles authored Mar 19, 2024
2 parents 791170d + b253bb6 commit b427a13
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

<script>
import responsiveWindowMixin from 'kolibri-design-system/lib/KResponsiveWindowMixin';
import { ref } from 'kolibri.lib.vueCompositionApi';
import pickBy from 'lodash/pickBy';
import BottomAppBar from 'kolibri.coreVue.components.BottomAppBar';
Expand All @@ -59,7 +58,7 @@
BottomAppBar,
CreateQuizSection,
},
mixins: [commonCoreStrings, commonCoach, responsiveWindowMixin],
mixins: [commonCoreStrings, commonCoach],
setup() {
const { saveQuiz, initializeQuiz } = useQuizCreation();
const showError = ref(false);
Expand Down

0 comments on commit b427a13

Please sign in to comment.