change matchmaking to authenfied view
This commit is contained in:
parent
c02c49215d
commit
8529963f97
@ -1,8 +1,8 @@
|
|||||||
import { client, navigateTo } from "../index.js";
|
import { client, navigateTo } from "../index.js";
|
||||||
import { clear, fill_errors } from "../utils/formUtils.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)
|
constructor(params)
|
||||||
{
|
{
|
||||||
super(params, "Matchmaking");
|
super(params, "Matchmaking");
|
||||||
|
Loading…
Reference in New Issue
Block a user