Fix bad import due to naming clash
This commit is contained in:
parent
70d8378a66
commit
64e3c72f65
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import AccessibleButton from "../elements/AccessibleButton";
|
|||
import defaultDispatcher from "../../../dispatcher/dispatcher";
|
||||
import { Action } from "../../../dispatcher/actions";
|
||||
import { UserTab } from "./UserSettingsDialog";
|
||||
import GenericFeatureFeedbackDialog from "./FeedbackDialog";
|
||||
import GenericFeatureFeedbackDialog from "./GenericFeatureFeedbackDialog";
|
||||
|
||||
// XXX: Keep this around for re-use in future Betas
|
||||
|
||||
|
|
Loading…
Reference in a new issue