fix eslint error
This commit is contained in:
parent
672211368d
commit
d578dd18e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { ChangeEvent, Fragment, useState } from "react";
|
||||
import { type ChangeEvent, Fragment, useState } from "react";
|
||||
import { Dialog, Transition } from "@headlessui/react";
|
||||
import { api } from "~/utils/api";
|
||||
import axios from "axios";
|
||||
|
|
|
|||
Loading…
Reference in a new issue