Merge branch 'main' of https://github.com/plxity/documenso into fix/undo-button-in-canvas

This commit is contained in:
apoorv taneja
2024-02-02 14:49:06 +05:30
40 changed files with 283 additions and 54 deletions

View File

@ -1,4 +1,4 @@
import { Table } from '@tanstack/react-table';
import type { Table } from '@tanstack/react-table';
import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from 'lucide-react';
import { match } from 'ts-pattern';