Adds code
This commit is contained in:
commit
269bf50c78
33 changed files with 1489 additions and 0 deletions
8
Application/TypeScript/App.ts
Normal file
8
Application/TypeScript/App.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
export default class App {
|
||||
|
||||
constructor() {
|
||||
alert('fobbo');
|
||||
}
|
||||
}
|
||||
new App();
|
||||
Loading…
Add table
Add a link
Reference in a new issue