refactor: move SettingsProvider into package 'settings'

This commit is contained in:
Sebastian Lange
2019-01-11 12:23:36 +01:00
parent d5fa2fd9a5
commit b3ca8a2744
9 changed files with 10 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 StApps
* Copyright (C) 2018, 2019 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -19,7 +19,7 @@ import {Platform} from '@ionic/angular';
import {TranslateService} from '@ngx-translate/core';
import {SCLanguageCode} from '@openstapps/core';
import {SettingsProvider} from './modules/settingsProvider/settings.provider';
import {SettingsProvider} from './modules/settings/settings.provider';
@Component({
selector: 'app-root',