Skip to content

Commit

Permalink
fix: moved bowser-file
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 9, 2024
1 parent bbbe74c commit b454bf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/landing-page/create-production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b454bf4

Please sign in to comment.