Skip to content

Commit

Permalink
fix: reorganized components (cuttle-cards#562)
Browse files Browse the repository at this point in the history
* fix: reorganized components

* fix: reorganized files as per the routes

* fix: aliases added and routes reconfigured

* fix: reconfigured paths

* fix: corrected paths after resolving conflicts

* fix: removed extra whitespaces

* fix: fixed remaining paths
  • Loading branch information
arnaut08 authored and Haviles04 committed Oct 12, 2023
1 parent 9a42c02 commit 6010bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/routes/game/components/GameMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
<script>
import { mapStores } from 'pinia';
import { useGameStore } from '@/stores/game';
import BaseDialog from '@/components/Global/BaseDialog.vue';
import RulesDialog from '@/components/RulesDialog.vue';
import TheLanguageSelector from '../TheLanguageSelector.vue';
import BaseDialog from '@/components/BaseDialog.vue';
import RulesDialog from '@/routes/game/components/RulesDialog.vue';
import TheLanguageSelector from '@/components/TheLanguageSelector.vue';
export default {
name: 'GameMenu',
components: {
Expand Down
1 change: 0 additions & 1 deletion src/routes/game/components/ReauthenticateDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import { mapStores } from 'pinia';
import { useAuthStore } from '@/stores/auth';
import BaseDialog from '@/components/BaseDialog.vue';
import BaseSnackbar from '@/components/BaseSnackbar.vue';
import { useI18n } from 'vue-i18n';
export default {
name: 'ReauthenticateDialog',
Expand Down
2 changes: 0 additions & 2 deletions src/routes/home/components/HowItWorksDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ import BaseDialog from '@/components/BaseDialog.vue';
const { t } = useI18n();
const { t } = useI18n();
const show = ref(false);
const close = () => {
Expand Down

0 comments on commit 6010bfe

Please sign in to comment.