rename view

This commit is contained in:
2023-11-29 20:56:32 +01:00
parent 9ae0dd0e28
commit bf3393e9a9
6 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import AbstractAuthentificateView from "./AbstractAuthentificateView.js";
import AbstractAuthentificateView from "./AbstractAuthentifiedView.js";
export default class extends AbstractAuthentificateView {
constructor(params) {