Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bianchini committed Jun 12, 2024
1 parent 0cb842a commit 4194a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layouts/default/Default.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<v-app>
<PlayerSelect />
<HelperShortcuts/>
<MainView v-if="api.state.value == ConnectionState.CONNECTED" />
<v-overlay v-else>
<v-progress-circular indeterminate size="64" />
Expand All @@ -15,7 +14,6 @@
import MainView from './View.vue';
import Footer from './Footer.vue';
import PlayerSelect from './PlayerSelect.vue';
import HelperShortcuts from './HelperShortcuts.vue';
import ReloadPrompt from './ReloadPrompt.vue';
import { api, ConnectionState } from '@/plugins/api';
import { store } from '@/plugins/store';
Expand Down

0 comments on commit 4194a66

Please sign in to comment.