mirror of
https://github.com/flarum/framework.git
synced 2025-02-13 23:52:45 +08:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
export default class PermissionsPage extends AdminPage<import("../../common/components/Page").IPageAttrs> {
|
|
constructor();
|
|
}
|
|
import AdminPage from "./AdminPage";
|