This commit is contained in:
Fred K. Schott 2021-03-23 20:17:45 -07:00
parent 195b131f43
commit fee5e3064e

View file

@ -1,6 +1,6 @@
---
import MenuA from '../components/Menu.hmx';
import HeroB from '../components/Hero.hmx';
import Menu from '../components/Menu.hmx';
import Hero from '../components/Hero.hmx';
export const layout = 'layouts/base.hmx';
export function setup({ context }) {