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 9f1d786 commit 7b812f9
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/forum/ForumApplication';
import 'flarum/common/models/User';
import 'flarum/common/models/Post';

import MentionFormats from '../forum/mentionables/formats/MentionFormats';
import type BasePost from 'flarum/common/models/Post';

Expand Down

0 comments on commit 7b812f9

Please sign in to comment.