diff --git a/src/api/bowser.ts b/src/bowser.ts similarity index 100% rename from src/api/bowser.ts rename to src/bowser.ts diff --git a/src/components/landing-page/create-production.tsx b/src/components/landing-page/create-production.tsx index 440646e0..bc1a757f 100644 --- a/src/components/landing-page/create-production.tsx +++ b/src/components/landing-page/create-production.tsx @@ -13,7 +13,7 @@ import { } from "./form-elements.tsx"; import { API } from "../../api/api.ts"; import { useGlobalState } from "../../global-state/context-provider.tsx"; -import { isDesktop, isMobile } from "../../api/bowser.ts"; +import { isDesktop, isMobile } from "../../bowser.ts"; type FormValues = { productionName: string;