import "./index.css"; import { For, createSignal } from "solid-js"; function Table(prop) { return (
); } export default Table;