web-humas-fe/components/table/visitors-table.tsx

6 lines
116 B
TypeScript
Raw Normal View History

2025-07-02 10:20:43 +00:00
"use-client";
export default function VisitorsTable() {
return <div className="flex flex-col gap-2">aaa</div>;
}