mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Initial refactor of client actions, data preloading, SEO
An initial stab at flarum/core#126. Still WIP. Preliminary implementation of flarum/core#128 and flarum/core#13.
This commit is contained in:
5
js/lib/models/forum.js
Normal file
5
js/lib/models/forum.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import Model from 'flarum/model';
|
||||
|
||||
class Forum extends Model {}
|
||||
|
||||
export default Forum;
|
Reference in New Issue
Block a user