mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 05:26:14 +08:00
fix: incorrect import
!nuf
This commit is contained in:
parent
afe99b0abc
commit
c747bf4527
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ import * as CustomTextPopup from "../modals/custom-text";
|
|||
import * as Settings from "../pages/settings";
|
||||
import * as Notifications from "../elements/notifications";
|
||||
import * as VideoAdPopup from "../popups/video-ad-popup";
|
||||
import * as ShareTestSettingsPopup from "../popups/share-test-settings";
|
||||
import * as ShareTestSettingsPopup from "../modals/share-test-settings";
|
||||
import * as TestStats from "../test/test-stats";
|
||||
import * as QuoteSearchModal from "../modals/quote-search";
|
||||
import * as FPSCounter from "../elements/fps-counter";
|
||||
|
|
Loading…
Add table
Reference in a new issue