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 f661e36 commit afb0cd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/src/@types/shims.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import 'flarum/common/models/Post';
import 'flarum/forum/ForumApplication';
import 'flarum/forum/components/Post';

import Flag from '../forum/models/Flag';
import FlagListState from '../forum/states/FlagListState';
import Mithril from 'mithril';
Expand Down

0 comments on commit afb0cd5

Please sign in to comment.