mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Use type import here
This commit is contained in:
parent
696b4a243f
commit
f8f2085270
@ -15,7 +15,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
import {ViewModel, Options} from "../../../ViewModel";
|
||||
import {SegmentType} from "../../../navigation/index";
|
||||
import type {SegmentType} from "../../../navigation/index";
|
||||
|
||||
export class MissingKeysViewModel extends ViewModel<SegmentType, Options> {
|
||||
gotoSettings() {
|
||||
|
Loading…
Reference in New Issue
Block a user