mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
import { DialogContent } from 'components';
|
||||
import ShortcutsTable from '../../KeyboardShortcuts/ShortcutsTable';
|
||||
import KeyboardShortcutsFooter from './KeyboardShortcutsFooter';
|
||||
|
||||
import 'style/pages/keyboardShortcuts/KeyboardShortcutDialog.scss';
|
||||
|
||||
export default function KeyboardShortcutsDialogContent() {
|
||||
return (
|
||||
<DialogContent name={'keyboard-shortcuts'}>
|
||||
<ShortcutsTable />
|
||||
<KeyboardShortcutsFooter />
|
||||
</DialogContent>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user