mirror of
https://github.com/flarum/core.git
synced 2025-10-28 05:56:12 +01:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
import * as Extend from "./extend/index";
|
|
import app from "./app";
|
|
export { Extend, app };
|