Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix global typings for extensions #2992

Merged
merged 14 commits into from
Aug 19, 2021
Prev Previous commit
Next Next commit
Fix admin file importing forum app
  • Loading branch information
davwheat committed Jul 30, 2021
commit 9678fd78ab5c12f17629f269be8e472c63ca3f9b
2 changes: 1 addition & 1 deletion js/src/admin/components/StatusWidget.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import app from '../../forum/app';
import app from '../../admin/app';
import DashboardWidget from './DashboardWidget';
import listItems from '../../common/helpers/listItems';
import ItemList from '../../common/utils/ItemList';
Expand Down