From 92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 18 Feb 2019 16:44:35 +0000 Subject: Deleted main console program, and moved server to main --- Server/wwwroot/scripts/main.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Server/wwwroot/scripts/main.ts (limited to 'Server/wwwroot/scripts') 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 -- cgit v1.2.3-13-gbd6f