fix building

This commit is contained in:
Matthias Mair 2024-04-15 20:45:46 +02:00
parent 0e0ac2df09
commit f8c055bf4e
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 2 additions and 2 deletions

View File

@ -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',