mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 08:34:54 -04:00
fix(frontend): import type from the correct file
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
7bb6570c2b
commit
29fd1f39ea
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
* SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
import type { ContentEdits } from './changes'
|
|
||||||
import { replaceSelection } from './replace-selection'
|
import { replaceSelection } from './replace-selection'
|
||||||
|
import type { ContentEdits } from './types/changes'
|
||||||
|
|
||||||
describe('replace selection', () => {
|
describe('replace selection', () => {
|
||||||
it('inserts a text after the from-cursor if no to-cursor is present', () => {
|
it('inserts a text after the from-cursor if no to-cursor is present', () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue