mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 22:50:44 +08:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
import * as Extend from "./extend/index";
|
|
import app from "./app";
|
|
export { Extend, app };
|