Add Header componet, optimize mobile support
This commit is contained in:
parent
3a3bfaaef7
commit
750daa74e6
3 changed files with 175 additions and 2 deletions
3
index.ts
3
index.ts
|
@ -5,7 +5,8 @@ import Hero from "./src/blocks/Hero.astro"
|
|||
// Components
|
||||
import Banner from "./src/Banner.astro"
|
||||
import BlogPost from "./src/BlogPost.astro";
|
||||
import Header from "./src/Header.astro";
|
||||
import Image from "./src/Image.astro";
|
||||
|
||||
// Export
|
||||
export {Banner, BlogPost, CallToAction, Image, Hero}
|
||||
export {Banner, BlogPost, CallToAction, Image, Header, Hero}
|
Loading…
Add table
Add a link
Reference in a new issue