Closed kaloraat closed 4 years ago
Would you bother mentioning how to import? That's the first thing we need to do before writing any code right?
I tried this. It gives error.
import { Table, TableHeader, TableCell, TableBody, DataTableCell, } from "react-pdf-table";
Well import this way.
import { Table, TableHeader, TableCell, TableBody, DataTableCell, } from "@david.kucsai/react-pdf-table";
Would you bother mentioning how to import? That's the first thing we need to do before writing any code right?
I tried this. It gives error.