aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-02 00:37:48 +0300
committerHenry Jameson <me@hjkos.com>2022-08-02 00:37:48 +0300
commit5b7c6538745083dfd48771392ab22de557a7a344 (patch)
tree3f7f17a881280c0d56a1ddf119334c35771eb400 /src/App.js
parent3fc9673a7d0fb851283e4ed687c2fd7790f03317 (diff)
initial scratch
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index d5967685..f5bd7e2e 100644
--- a/src/App.js
+++ b/src/App.js
@@ -32,6 +32,7 @@ export default {
MobileNav,
DesktopNav,
SettingsModal: defineAsyncComponent(() => import('./components/settings_modal/settings_modal.vue')),
+ UpdateNotification: defineAsyncComponent(() => import('./components/update_notification/update_notification.vue')),
UserReportingModal,
PostStatusModal,
GlobalNoticeList