Skip to content

Commit 377992c

Browse files
committed
rm notif modal
1 parent 7fd1716 commit 377992c

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

src/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { themeChange } from 'theme-change';
33
import { onMounted } from 'vue';
44
import TxDialog from './components/TxDialog.vue';
5-
import CosmosWarningNotification from './components/CosmosWarningNotification.vue';
65
76
onMounted(() => {
87
themeChange(false);
@@ -13,6 +12,5 @@ onMounted(() => {
1312
<div>
1413
<RouterView />
1514
<TxDialog />
16-
<CosmosWarningNotification />
1715
</div>
1816
</template>

src/components/CosmosWarningNotification.vue

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)