File tree Expand file tree Collapse file tree
apps/webapp/app/routes/_app.orgs.$organizationSlug_.projects.new Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ import { parseWithZod } from "@conform-to/zod";
33import { CommandLineIcon , FolderIcon } from "@heroicons/react/20/solid" ;
44import {
55 json ,
6- redirect ,
76 redirectDocument ,
87 type ActionFunction ,
98 type LoaderFunctionArgs ,
109} from "@remix-run/node" ;
1110import { Form , useActionData , useNavigation } from "@remix-run/react" ;
1211import type { Prisma } from "@trigger.dev/database" ;
1312import React , { useEffect , useState } from "react" ;
14- import { typedjson , useTypedLoaderData } from "remix-typedjson" ;
13+ import { redirect , typedjson , useTypedLoaderData } from "remix-typedjson" ;
1514import invariant from "tiny-invariant" ;
1615import { z } from "zod" ;
1716import { BackgroundWrapper } from "~/components/BackgroundWrapper" ;
You can’t perform that action at this time.
0 commit comments