From bab55fabca787d8a2bc1e6ba3877dd743295a307 Mon Sep 17 00:00:00 2001 From: Uladzislau_Kutarkin Date: Tue, 24 Dec 2024 12:04:28 +0400 Subject: [PATCH] UIU-3026: Remove duplicates from the keyboard shortcut modal --- src/commandsGeneral.js | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/commandsGeneral.js diff --git a/src/commandsGeneral.js b/src/commandsGeneral.js deleted file mode 100644 index 20d0655bc..000000000 --- a/src/commandsGeneral.js +++ /dev/null @@ -1,31 +0,0 @@ -import React from 'react'; -import { FormattedMessage } from 'react-intl'; - -const commandsGeneral = [ - { - label: (), - shortcut: 'spacebar' - }, - { - label: (), - shortcut: 'esc' - }, - { - label: (), - shortcut: 'mod+c' - }, - { - label: (), - shortcut: 'mod+x' - }, - { - label: (), - shortcut: 'mod+v' - }, - { - label: (), - shortcut: 'mod+f' - } -]; - -export default commandsGeneral;