fix building
This commit is contained in:
parent
0e0ac2df09
commit
f8c055bf4e
|
|
@ -9,7 +9,7 @@ import {
|
|||
IconShoppingCart,
|
||||
IconTriangleSquareCircle
|
||||
} from '@tabler/icons-react';
|
||||
import { DataTable, DataTableColumn } from 'mantine-datatable';
|
||||
import { DataTable } from 'mantine-datatable';
|
||||
import { ReactNode, useMemo } from 'react';
|
||||
import {
|
||||
Bar,
|
||||
|
|
@ -41,7 +41,7 @@ export default function PricingOverviewPanel({
|
|||
part: any;
|
||||
pricing: any;
|
||||
}): ReactNode {
|
||||
const columns: DataTableColumn<any>[] = useMemo(() => {
|
||||
const columns: any[] = useMemo(() => {
|
||||
return [
|
||||
{
|
||||
accessor: 'title',
|
||||
|
|
|
|||
Loading…
Reference in New Issue