chore: rename classs
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user