mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import Forum from './ForumApplication';
|
|
declare const app: Forum;
|
|
export default app;
|