Changes done in constant folder
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import React from "react";
|
||||
import { TableProps } from "@/types/types";
|
||||
|
||||
|
||||
|
||||
type TableProps = {
|
||||
headers: string[];
|
||||
rows: React.ReactNode[][];
|
||||
};
|
||||
|
||||
export default function Table({ headers, rows }: TableProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user