Skip to content

Commit

Permalink
fix: wrong IDE inserted import
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Sep 28, 2024
1 parent 4b2c787 commit 3a266d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/messages/js/src/admin/extend.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Extend from 'flarum/common/extenders';
import commonExtend from '../common/extend';
import app from '@flarum/core/dist-typings/admin/app';
import app from 'flarum/admin/app';

export default [
...commonExtend,
Expand Down

0 comments on commit 3a266d5

Please sign in to comment.