Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato committed Nov 23, 2024
1 parent c238c18 commit 1a719a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import type { Node, Parent } from 'unist';
// import { useRef } from 'react';
import type { Plugin } from 'unified';
import { visit } from 'unist-util-visit';
import { type GrowiNode, isGrowiNode } from './GrowiNode';
import type { TableColumns, TableData } from './TableData';
import type { GrowiNode } from './GrowiNode';
import { isGrowiNode } from './isGrowiNode';
import type { TableData } from './TableData';
import type { TableColumns } from './TableColumn';

import DataTable, { DataTableRef } from 'datatables.net-react';
import DT from 'datatables.net-bs5';
Expand Down

0 comments on commit 1a719a3

Please sign in to comment.