Skip to content

Commit 732cf6e

Browse files
committed
refactor: move the table cell content to resizeable table folder
1 parent 709df0a commit 732cf6e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/renderer/screens/DatabaseScreen/QueryResultViewer/TableCell/TableCellString.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
TableEditableContentProps,
66
} from './TableEditableCell';
77
import createTableCellType from './createTableCellType';
8-
import TableCellContent from './TableCellContent';
8+
import TableCellContent from 'renderer/components/ResizableTable/TableCellContent';
99

1010
function TableCellStringEditor({
1111
value,

0 commit comments

Comments
 (0)