This commit is contained in:
rizrmd 2024-03-17 21:17:06 -07:00
parent 6ca2bd11e3
commit 715efab922
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export const Carousel: FC<{ list: any[] }> = ({ list }) => {
return (
<div
className={cx(
"c-flex c-flex-1 c-overflow-hidden",
"carousel c-flex c-flex-1 c-overflow-hidden",
css`
.carousel-next {
right: 0px;

1
comps/list/Table.tsx Executable file
View File

@ -0,0 +1 @@
export const Table = () => {};