mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import Admin from './AdminApplication';
|
|
declare const app: Admin;
|
|
export default app;
|