summaryrefslogtreecommitdiff
path: root/src/views/PageNotFound/PageNotFound.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/PageNotFound/PageNotFound.vue')
-rw-r--r--src/views/PageNotFound/PageNotFound.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/PageNotFound/PageNotFound.vue b/src/views/PageNotFound/PageNotFound.vue
index be4b3c49..91341dbb 100644
--- a/src/views/PageNotFound/PageNotFound.vue
+++ b/src/views/PageNotFound/PageNotFound.vue
@@ -7,6 +7,6 @@
import PageTitle from '@/components/Global/PageTitle';
export default {
name: 'PageNotFound',
- components: { PageTitle }
+ components: { PageTitle },
};
</script>