mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
10 lines
101 B
TypeScript
10 lines
101 B
TypeScript
import Routes from './routes'
|
|
|
|
export class App {
|
|
constructor() {
|
|
Routes.router()
|
|
}
|
|
}
|
|
|
|
new App()
|