mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
rewriting to oop and typescript
This commit is contained in:
9
src/app.ts
Normal file
9
src/app.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import Routes from './routes'
|
||||
|
||||
export class App {
|
||||
constructor() {
|
||||
Routes.router()
|
||||
}
|
||||
}
|
||||
|
||||
new App()
|
||||
Reference in New Issue
Block a user