Added Callout Component
This commit is contained in:
@@ -6,6 +6,8 @@ import DefinitionItem from '@/components/Content/DefinitionList/DefinitionItem';
|
||||
import Accordion from '@/components/Content/Accordion';
|
||||
import AccordionItem from '@/components/Content/Accordion/AccordionItem';
|
||||
import Blockquote from '@/components/Content/Blockquote';
|
||||
import Figure from '@/components/Content/Figure';
|
||||
import Callout from '@/components/Content/Callout';
|
||||
|
||||
const ContentComponents = {
|
||||
Column,
|
||||
@@ -16,6 +18,8 @@ const ContentComponents = {
|
||||
Accordion,
|
||||
AccordionItem,
|
||||
Blockquote,
|
||||
Figure,
|
||||
Callout,
|
||||
};
|
||||
|
||||
export default ContentComponents;
|
||||
|
||||
Reference in New Issue
Block a user