Skip to content

Commit

Permalink
fix(regression): wrong app import in forum JS
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 committed May 7, 2023
1 parent 715b8c3 commit ef35faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tags/js/src/forum/addTagList.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import LinkButton from 'flarum/common/components/LinkButton';

import TagLinkButton from './components/TagLinkButton';
import TagsPage from './components/TagsPage';
import app from 'flarum/admin/app';
import app from 'flarum/forum/app';
import sortTags from '../common/utils/sortTags';

export default function () {
Expand Down

0 comments on commit ef35faa

Please sign in to comment.