Skip to content

Commit

Permalink
chore: typings check
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Dec 16, 2023
1 parent dd35701 commit d5e80b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import LoadingIndicator from 'flarum/common/components/LoadingIndicator';
import MajorUpdater from './MajorUpdater';
import ExtensionItem from './ExtensionItem';
import { Extension } from 'flarum/admin/AdminApplication';
import Alert from 'flarum/common/components/Alert';
import ItemList from 'flarum/common/utils/ItemList';

export interface IUpdaterAttrs extends ComponentAttrs {}
Expand Down
1 change: 1 addition & 0 deletions extensions/package-manager/js/src/admin/shims.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dayjs/plugin/relativeTime';
import PackageManagerState from './states/PackageManagerState';

export interface AsyncBackendResponse {
Expand Down

0 comments on commit d5e80b2

Please sign in to comment.