mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add Bookshelf component
This commit is contained in:
@@ -3,6 +3,7 @@ export * from './AmazonBook';
|
||||
export * from './Banner';
|
||||
export * from './Blockquote';
|
||||
export * from './Book';
|
||||
export * from './Bookshelf';
|
||||
export * from './ColorStack';
|
||||
export * from './ColorSwatch';
|
||||
export * from './DisplayBox';
|
||||
|
||||
@@ -10,6 +10,7 @@ import {
|
||||
Banner,
|
||||
Blockquote,
|
||||
Book,
|
||||
Bookshelf,
|
||||
ColorStack,
|
||||
ColorSwatch,
|
||||
DisplayBox,
|
||||
@@ -41,6 +42,7 @@ export const mapping = {
|
||||
blockquote: Blockquote,
|
||||
Blockquote,
|
||||
Book,
|
||||
Bookshelf,
|
||||
ColorStack,
|
||||
ColorSwatch,
|
||||
DisplayBox,
|
||||
|
||||
Reference in New Issue
Block a user