Add new Head component
This commit is contained in:
parent
6aefe8f53c
commit
ed0738d085
2 changed files with 29 additions and 1 deletions
3
index.ts
3
index.ts
|
@ -6,8 +6,9 @@ import Hero from "./src/blocks/Hero.astro"
|
|||
import Banner from "./src/Banner.astro"
|
||||
import BlogPost from "./src/BlogPost.astro";
|
||||
import Card from "./src/Card.astro";
|
||||
import Head from "./src/Head.astro";
|
||||
import Header from "./src/Header.astro";
|
||||
import Image from "./src/Image.astro";
|
||||
|
||||
// Export
|
||||
export {Banner, BlogPost, Card, CallToAction, Image, Header, Hero}
|
||||
export {Banner, BlogPost, Card, CallToAction, Image, Head, Header, Hero}
|
Loading…
Add table
Add a link
Reference in a new issue