mirror of
https://github.com/flarum/framework.git
synced 2025-01-07 19:13:37 +08:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
|
export default class LoadingModal extends Modal {
|
||
|
}
|
||
|
import Modal from "../../common/components/Modal";
|