mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05: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
|
||||
*/
|
||||
import type { ContentEdits } from './changes'
|
||||
import { replaceSelection } from './replace-selection'
|
||||
import type { ContentEdits } from './types/changes'
|
||||
|
||||
describe('replace selection', () => {
|
||||
it('inserts a text after the from-cursor if no to-cursor is present', () => {
|
||||
|
|
Loading…
Reference in a new issue