Move keyboard shortcuts to modal. Add ? shortcut

This commit is contained in:
Tom Moor
2017-07-11 22:42:30 -07:00
parent 410f9a9133
commit 57b11fab32
9 changed files with 137 additions and 107 deletions

View File

@ -0,0 +1,3 @@
// @flow
import KeyboardShortcuts from './KeyboardShortcuts';
export default KeyboardShortcuts;