Move settings to modal (#139)

This commit is contained in:
Tom Moor
2017-07-16 15:14:15 -07:00
committed by GitHub
parent 29774cbfce
commit 5c94129e9f
6 changed files with 60 additions and 61 deletions

View File

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