1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-18 16:08:03 +00:00
quot/app/main.ts

4 lines
65 B
TypeScript
Raw Normal View History

import { App, start } from "./controllers/index";
2022-08-23 09:01:47 +09:00
start(App());