Skip to content

Commit

Permalink
Merge pull request #17 from nsdevaraj/main
Browse files Browse the repository at this point in the history
  • Loading branch information
devpowerpro authored Aug 13, 2024
2 parents 29ffd37 + 0a71118 commit 992e93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import selector from './index.selector';
import { DataCell } from './data';
import Editor from './editor';
import Selector from './selector';
import { Range } from '@wolf-table/table-renderer';
import { Range } from '@lumel/table-renderer';

function get(t: Table, cell: DataCell) {
let type = 'text';
Expand Down

0 comments on commit 992e93f

Please sign in to comment.