Skip to content

Commit e20dfa8

Browse files
committed
refactor: move hideMobile mixin to Sidebar folder
1 parent bf48496 commit e20dfa8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/Sidebar/CSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66
<script>
77
import { mixin as clickaway } from 'vue-clickaway2'
8-
import { hideMobile } from '../../mixins/hideMobile'
8+
import { hideMobile } from './hideMobile'
99
1010
export default {
1111
name: 'CSidebar',

src/components/Sidebar/CSidebarNavItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</template>
2525

2626
<script>
27-
import { hideMobile } from '../../mixins/hideMobile'
27+
import { hideMobile } from './hideMobile'
2828
export default {
2929
name: 'CSidebarNavItem',
3030
mixins: [ hideMobile ],
File renamed without changes.

0 commit comments

Comments
 (0)