## Usage

Here is how we can simply add a table.

```jsx
import Table from "./table";

<Table />;
```