diff options
Diffstat (limited to 'Server/wwwroot/scripts')
-rw-r--r-- | Server/wwwroot/scripts/main.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Server/wwwroot/scripts/main.ts b/Server/wwwroot/scripts/main.ts deleted file mode 100644 index 77a80d3..0000000 --- a/Server/wwwroot/scripts/main.ts +++ /dev/null @@ -1,8 +0,0 @@ -var root = document.getElementsByClassName('app'); - -class Article { - Title: HTMLElement; - Description: string; - ArticleLink: string; - Image: HTMLElement; -}
\ No newline at end of file |