feat: implement barebone zola templates
This commit is contained in:
parent
9c20f5ed2e
commit
f99a9ae2ac
198 changed files with 2434 additions and 227991 deletions
|
|
@ -1,15 +0,0 @@
|
|||
import React from 'react';
|
||||
|
||||
import classes from './Carousel.module.css';
|
||||
|
||||
interface Props {
|
||||
children: JSX.Element | JSX.Element[];
|
||||
}
|
||||
|
||||
export default function CarouselItem({ children }: Props): JSX.Element {
|
||||
return (
|
||||
<div className={classes.item}>
|
||||
<div className={classes.itemContent}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue