mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export default class AdminHeader extends Component<import("../../common/Component").ComponentAttrs> {
|
|
constructor();
|
|
}
|
|
import Component from "../../common/Component";
|