mirror of
https://github.com/flarum/framework.git
synced 2025-02-04 04:57:31 +08:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
|
export default class Notification extends Model {
|
||
|
}
|
||
|
import Model from "../Model";
|