We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78bfbf commit 57517ebCopy full SHA for 57517eb
1 file changed
apps/web/src/mutations/submitSimulation.tsx
@@ -1,5 +1,5 @@
1
import { getAPIClient } from "@/lib/api";
2
-import type { SimulationFormValues } from "@/routes/_protected/submit/-components/schema";
+import type { SimulationFormValues } from "@/routes/_protected/simulations/submit/-components/schema";
3
4
export async function submitSimulation(
5
values: SimulationFormValues,
0 commit comments