Files

4 lines
65 B
JavaScript
Raw Permalink Normal View History

"use client";
import Table from './Table';
export default Table;