mirror of
https://github.com/flarum/core.git
synced 2025-07-24 18:21:33 +02:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import app from './app';
|
|
export { app };
|
|
export declare const compat: {
|
|
[key: string]: any;
|
|
};
|