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