Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 59375fb

Browse files
committed
Update layout component
1 parent 1ab8e51 commit 59375fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div id="app" class="lunie-light">
3-
<AppHeader />
4-
<Notifications />
3+
<CommonAppHeader />
4+
<CommonNotifications />
55
<div id="app-content">
66
<Nuxt />
77
</div>

0 commit comments

Comments
 (0)