add: offline auth view

This commit is contained in:
Namonay 2024-05-15 16:49:26 +02:00
parent bf0eea84a3
commit 656b6ff5d1

View File

@ -1,7 +1,7 @@
import { lang } from "../index.js"; import { lang } from "../index.js";
import AbstractView from "./abstracts/AbstractView.js"; import AbstractAuthenticatedView from "./abstracts/AbstractAuthenticatedView.js";
export class TicTacToeOfflineView extends AbstractView export class TicTacToeOfflineView extends AbstractAuthenticatedView
{ {
constructor(params) constructor(params)
{ {