Update Table.tsx

This commit is contained in:
Bentlybro
2026-02-12 11:14:22 +00:00
parent b11d46d246
commit df7bb57c83

View File

@@ -6,7 +6,7 @@ import {
TableHead,
TableHeader,
TableRow,
} from "@/components/__legacy__/ui/table";
} from "@/components/atoms/Table/Table";
import { Button } from "@/components/atoms/Button/Button";
import { Input } from "@/components/atoms/Input/Input";
import { Text } from "@/components/atoms/Text/Text";