remove unused vars

This commit is contained in:
user 2025-01-30 03:17:01 +03:00
parent 9c2a415886
commit 372f84d1b1
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod"; import { zodResolver } from "@hookform/resolvers/zod";
import { z } from "zod"; import { z } from "zod";
import ReactPlayer from "react-player/lazy"; import ReactPlayer from "react-player/lazy";
import { WithContext as ReactTagInput } from 'react-tag-input';
import { FormLabel } from "~/shared/ui/form-label"; import { FormLabel } from "~/shared/ui/form-label";
import { Input } from "~/shared/ui/input"; import { Input } from "~/shared/ui/input";

View File

@ -1,4 +1,4 @@
import React, { useState } from "react"; import { useState } from "react";
import { WithContext as ReactTags } from "react-tag-input"; import { WithContext as ReactTags } from "react-tag-input";
import { useRootStore } from "~/shared/stores/root"; import { useRootStore } from "~/shared/stores/root";