Fix incorrect imports due to refactoring
This commit is contained in:
parent
cd1171e678
commit
bec1998a6d
5 changed files with 63 additions and 17 deletions
|
@ -8,8 +8,7 @@ import TagRenderingAnswer from "./TagRenderingAnswer";
|
|||
import State from "../../State";
|
||||
import TagRenderingConfig from "../../Customizations/JSON/TagRenderingConfig";
|
||||
import ScrollableFullScreen from "../Base/ScrollableFullScreen";
|
||||
import {Utils} from "../../Utils";
|
||||
import {Tag} from "../../Logic/Tag";
|
||||
import {Tag} from "../../Logic/Tags/Tag";
|
||||
|
||||
export default class FeatureInfoBox extends ScrollableFullScreen {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue