summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-03-23 20:17:45 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-03-23 20:17:45 -0700
commitfee5e3064eb55a47540cdbce5b8d327cfe77f804 (patch)
tree696ad79e9c1532b5daf7a039487888bce340c61a
parent195b131f430536a33db244267d35b614bb014d60 (diff)
downloadastro-fee5e3064eb55a47540cdbce5b8d327cfe77f804.tar.gz
astro-fee5e3064eb55a47540cdbce5b8d327cfe77f804.tar.zst
astro-fee5e3064eb55a47540cdbce5b8d327cfe77f804.zip
fix typo
-rw-r--r--examples/snowpack/astro/pages/index.hmx4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/snowpack/astro/pages/index.hmx b/examples/snowpack/astro/pages/index.hmx
index 0bd88e5a9..3f5669824 100644
--- a/examples/snowpack/astro/pages/index.hmx
+++ b/examples/snowpack/astro/pages/index.hmx
@@ -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 }) {