further work

This commit is contained in:
Sqaaakoi 2025-02-26 10:58:18 +13:00
parent b9cd52285e
commit e24e4928a2
No known key found for this signature in database
3 changed files with 30 additions and 5 deletions

View file

@ -2,6 +2,7 @@ import "./DeckContent.css";
import { cl, useDeck } from "./util";
import DeckColumn from "./DeckColumn";
import { ScrollerThin } from "@webpack/common";
export default function DeckContent() {
const deck = useDeck();
@ -9,3 +10,6 @@ export default function DeckContent() {
{deck?.columns.map((column, i) => <DeckColumn key={column.channelId} deck={deck} index={i} column={column} />)}
</div>;
};
// <ScrollerThin orientation="horizontal">
{/* </ScrollerThin> */ }