further work
This commit is contained in:
parent
b9cd52285e
commit
e24e4928a2
3 changed files with 30 additions and 5 deletions
|
@ -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> */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue