We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd1716 commit 377992cCopy full SHA for 377992c
src/App.vue
@@ -2,7 +2,6 @@
2
import { themeChange } from 'theme-change';
3
import { onMounted } from 'vue';
4
import TxDialog from './components/TxDialog.vue';
5
-import CosmosWarningNotification from './components/CosmosWarningNotification.vue';
6
7
onMounted(() => {
8
themeChange(false);
@@ -13,6 +12,5 @@ onMounted(() => {
13
12
<div>
14
<RouterView />
15
<TxDialog />
16
- <CosmosWarningNotification />
17
</div>
18
</template>
src/components/CosmosWarningNotification.vue
0 commit comments