From 59e9de56cec3e207e8190a6f8ab3847772cd454d Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Thu, 15 Dec 2022 23:16:41 +1100 Subject: [PATCH] Update URLs --- TableturfBattleClient/index.html | 4 ++-- TableturfBattleClient/src/_header.ts | 2 +- TableturfBattleClient/src/qrcode.d.ts | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TableturfBattleClient/index.html b/TableturfBattleClient/index.html index bb16e4a..a932694 100644 --- a/TableturfBattleClient/index.html +++ b/TableturfBattleClient/index.html @@ -2,7 +2,7 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/TableturfBattleClient/src/_header.ts b/TableturfBattleClient/src/_header.ts index d109806..6c51dcb 100644 --- a/TableturfBattleClient/src/_header.ts +++ b/TableturfBattleClient/src/_header.ts @@ -1 +1 @@ -// This file was generated using TypeScript. +// This file was generated using TypeScript. Source code is available at https://github.com/AndrioCelos/TableturfBattleApp diff --git a/TableturfBattleClient/src/qrcode.d.ts b/TableturfBattleClient/src/qrcode.d.ts index 1ef7bf0..e196bb9 100644 --- a/TableturfBattleClient/src/qrcode.d.ts +++ b/TableturfBattleClient/src/qrcode.d.ts @@ -10,7 +10,6 @@ declare class QRCode { makeCode(sText: string) : void; clear() : void; - } declare namespace QRCode {