mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import Admin from './AdminApplication';
|
|
declare const app: Admin;
|
|
export default app;
|