fix typo
This commit is contained in:
parent
195b131f43
commit
fee5e3064e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
import MenuA from '../components/Menu.hmx';
|
import Menu from '../components/Menu.hmx';
|
||||||
import HeroB from '../components/Hero.hmx';
|
import Hero from '../components/Hero.hmx';
|
||||||
|
|
||||||
export const layout = 'layouts/base.hmx';
|
export const layout = 'layouts/base.hmx';
|
||||||
export function setup({ context }) {
|
export function setup({ context }) {
|
||||||
|
|
Loading…
Reference in a new issue