rename view

This commit is contained in:
starnakin 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) {

View File

@ -1,5 +1,5 @@
import { client, navigateTo } from "../../index.js";
import AbstractUnAuthentificateView from "../AbstractUnAuthentificateView.js";
import AbstractUnAuthentificateView from "../AbstractNonAuthentified.js";
async function login()
{

View File

@ -1,5 +1,5 @@
import { client, navigateTo } from "../../index.js";
import AbstractAuthentificateView from "../AbstractAuthentificateView.js";
import AbstractAuthentificateView from "../AbstractAuthentifiedView.js";
export default class extends AbstractAuthentificateView
{

View File

@ -1,5 +1,5 @@
import { client, navigateTo } from "../../index.js";
import AbstractUnAuthentificateView from "../AbstractUnAuthentificateView.js";
import AbstractUnAuthentificateView from "../AbstractNonAuthentified.js";
async function register()
{