chore: move from @_bdbch to @_ueberdosis scope

This commit is contained in:
Dominik Biedebach
2022-06-24 14:43:21 +02:00
parent ff45eabf04
commit 3d3d78ce1c
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import {
tableEditing,
toggleHeader,
toggleHeaderCell,
} from '@_bdbch/prosemirror-tables'
} from '@_ueberdosis/prosemirror-tables'
import {
callOrReturn,
getExtensionField,

View File

@@ -1,4 +1,4 @@
import { CellSelection } from '@_bdbch/prosemirror-tables'
import { CellSelection } from '@_ueberdosis/prosemirror-tables'
export function isCellSelection(value: unknown): value is CellSelection {
return value instanceof CellSelection