botodon/src/index.ts

5 lines
115 B
TypeScript
Raw Permalink Normal View History

2019-06-14 15:10:20 +00:00
import App from './App'
import { rest, rootStatus } from './prepare'
const app = new App(rest)
app.run(rootStatus)