diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:44:35 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:44:35 +0000 |
commit | 92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c (patch) | |
tree | e4a69853248bebb596035c3bf9418e0048de1d2c /Server/wwwroot/scripts | |
parent | e91a06475da796ee2393af174ee31c702a2c8966 (diff) | |
download | newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.tar.gz newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.tar.bz2 newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.zip |
Deleted main console program, and moved server to main
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 |