import { Button } from "../../ui/atoms/button"; export function showMoreButton(setSelectAllChecked, setOffset, list: any[]) { return (
); }