mirror of
https://github.com/flarum/core.git
synced 2025-07-24 10:11:43 +02:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import Forum from './ForumApplication';
|
|
declare const app: Forum;
|
|
export default app;
|