Fix back behavior

This commit is contained in:
Julia Friesel
2018-12-19 10:00:47 +01:00
parent 1c9eea3aa0
commit 73e2177278
2 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
import SettingsMenu from './settings-menu'
import Reminders from './reminders'
import NfpSettings from './nfp-settings'
import ImportExport from './import-export'
@@ -6,5 +5,5 @@ import Password from './password'
import About from './about'
export default {
SettingsMenu, Reminders, NfpSettings, ImportExport, Password, About
Reminders, NfpSettings, ImportExport, Password, About
}