remove unused vars
This commit is contained in:
parent
9c2a415886
commit
372f84d1b1
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue