Skip to content

Commit

Permalink
chore: move import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Oct 2, 2024
1 parent bc9c0cc commit 916cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tags/js/src/forum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import addTagFilter from './addTagFilter';
import addTagLabels from './addTagLabels';
import addTagControl from './addTagControl';
import addTagComposer from './addTagComposer';
import addTagsToDiscussionSearch from './addTagsToDiscussionSearch';

export { default as extend } from './extend';

Expand All @@ -24,6 +25,5 @@ app.initializers.add('flarum-tags', function () {
// Expose compat API
import tagsCompat from './compat';
import { compat } from '@flarum/core/forum';
import addTagsToDiscussionSearch from './addTagsToDiscussionSearch';

Object.assign(compat, tagsCompat);

0 comments on commit 916cefd

Please sign in to comment.