import { createColumnHelper } from '@tanstack/react-table'; import { Node } from '../../types'; export const columnHelper = createColumnHelper();