add: offline auth view
This commit is contained in:
parent
bf0eea84a3
commit
656b6ff5d1
@ -1,7 +1,7 @@
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user