Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 12, 2023
1 parent 8bbb7fb commit 3567488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/forum/SplitController.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import app from 'flarum/forum/app';

export default class SplitController {
constructor() {
this.reset();
Expand Down

0 comments on commit 3567488

Please sign in to comment.