import { TableCell } from '@components/common/ui/Table.js'; import React from 'react'; export function DummyColumnHeader({ title }: { title: string }) { return (
{title}
); }