chore: rename classs

This commit is contained in:
2023-11-29 22:51:57 +01:00
parent bf3393e9a9
commit 65a027014b
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import { client, navigateTo } from "../../index.js";
import AbstractAuthentificateView from "../AbstractAuthentifiedView.js";
import AbstractAuthentifiedView from "../AbstractAuthentifiedView.js";
export default class extends AbstractAuthentificateView
export default class extends AbstractAuthentifiedView
{
constructor(params) {
super(params);