Add license text

This commit is contained in:
Julia Friesel
2018-12-23 18:36:39 +01:00
parent 27b4a454ec
commit 4671a2e337
5 changed files with 40 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ import NfpSettings from './nfp-settings'
import DataManagement from './data-management'
import Password from './password'
import About from './about'
import License from './license'
export default {
Reminders, NfpSettings, DataManagement, Password, About
Reminders, NfpSettings, DataManagement, Password, About, License
}