Skip to content

Commit

Permalink
fix: resolve regression in typing errors (#4097)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca authored Oct 26, 2024
1 parent 91340a6 commit e543987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/src/@types/shims.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import 'flarum/forum/routes';
import 'flarum/common/Application';
import 'flarum/common/models/Discussion';
import 'flarum/forum/components/IndexPage';
import 'flarum/admin/components/PermissionGrid';

import type Tag from '../common/models/Tag';
import type TagListState from '../common/states/TagListState';

Expand Down

0 comments on commit e543987

Please sign in to comment.