import React from 'react';
import { TableCheckbox } from '@/components/admin/AdminCheckbox';
import Spinner from '@/components/elements/Spinner';
import tw from 'twin.macro';
export const TableHead = ({ children }: { children: React.ReactNode }) => {
return (
);
};
export const TableHeader = ({ name }: { name: string }) => {
return (
{children}
No items could be found, it's almost like they are hiding.
Showing 1 to 10 of 97 results