refactor: remove unused code/import

This commit is contained in:
2024-11-29 23:52:53 +00:00
parent ae8f62d77d
commit 5718cc1c51
4 changed files with 14 additions and 181 deletions

View File

@@ -24,7 +24,7 @@ import { LoadingSpinner } from "@/components/ui/loading-spinner";
import { useToast } from "@/hooks/use-toast";
import { useTemplateImages } from "@/templates/api";
import { superstructResolver } from "@hookform/resolvers/superstruct";
import { useRef, useCallback, useEffect } from "react";
import { useRef, useEffect } from "react";
import { useForm } from "react-hook-form";
import { nonempty, object, pattern, string, type Infer } from "superstruct";
import { useCreateWorkspace } from "./api";