fix: add nav button to schedule page

This commit is contained in:
Wieland Schöbl
2021-09-21 18:07:10 +02:00
parent 3c7ada4eea
commit e628f396e2
3 changed files with 21 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018, 2019 StApps
* Copyright (C) 2021 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.
@@ -13,7 +13,7 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {Injectable} from '@angular/core';
import {Storage} from '@ionic/storage';
import {Storage} from '@ionic/storage-angular';
/**
* Provides interaction with the (ionic) storage on the device (in the browser)