diff --git a/src/shared/components/app/app.tsx b/src/shared/components/app/app.tsx index 84486d36..deb4e684 100644 --- a/src/shared/components/app/app.tsx +++ b/src/shared/components/app/app.tsx @@ -14,7 +14,7 @@ import "./styles.scss"; import { Theme } from "./theme"; import AnonymousGuard from "../common/anonymous-guard"; import { destroyTippy, setupTippy } from "../../tippy"; -import { adultConsentLocalStorageKey } from "shared/config"; +import { adultConsentLocalStorageKey } from "../../config"; export class App extends Component { private isoData: IsoDataOptionalSite = setIsoData(this.context);