Skip to content

Commit

Permalink
fix typing, delete unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdinaryJellyfish committed Nov 22, 2023
1 parent 9a91999 commit 709038c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion extensions/flags/js/src/forum/states/FlagListState.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type ForumApplication from 'flarum/forum/ForumApplication';
import type Flag from '../models/Flag';
import type Post from 'flarum/common/models/Post';
import PaginatedListState from 'flarum/common/states/PaginatedListState';

export default class FlagListState extends PaginatedListState<Flag> {
Expand Down

0 comments on commit 709038c

Please sign in to comment.