refactor: move cheatsheet to global components

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-06-29 21:25:10 +02:00
parent c94db0c1ff
commit fa819c290a
39 changed files with 74 additions and 74 deletions

View file

@ -1,9 +1,9 @@
/*
* 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 { CheatsheetExtension } from '../../../components/editor-page/cheatsheet/cheatsheet-extension'
import type { CheatsheetExtension } from '../../../components/cheatsheet/cheatsheet-extension'
import {
basicCompletion,
codeFenceRegex