change matchmaking to authenfied view

This commit is contained in:
starnakin 2023-12-23 16:49:43 +01:00
parent c02c49215d
commit 8529963f97

View File

@ -1,8 +1,8 @@
import { client, navigateTo } from "../index.js";
import { clear, fill_errors } from "../utils/formUtils.js";
import AbstractView from "./abstracts/AbstractView.js";
import AbstractAuthentifiedView from "./abstracts/AbstractAuthentifiedView.js";
export default class extends AbstractView {
export default class extends AbstractAuthentifiedView {
constructor(params)
{
super(params, "Matchmaking");