-1
apps/web/src/routes/_.(app)/recipes/new.tsx
-1
apps/web/src/routes/_.(app)/recipes/new.tsx
···
41
41
import { Label } from "@/components/ui/label";
42
42
import { TrashIcon } from "lucide-react";
43
43
import { useNewRecipeMutation } from "@/queries/recipe";
44
-
import { useState } from "react";
45
44
46
45
export const Route = createFileRoute("/_/(app)/recipes/new")({
47
46
beforeLoad: async ({ context }) => {