From b454bf475bbc3b9369e17eea2c8792728214d77c Mon Sep 17 00:00:00 2001 From: malmen237 Date: Tue, 9 Apr 2024 17:07:38 +0200 Subject: [PATCH] fix: moved bowser-file --- src/{api => }/bowser.ts | 0 src/components/landing-page/create-production.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{api => }/bowser.ts (100%) 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;