refactor: remove unnecessary React import from ChangeAPI component
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import React, { useState } from "react";
|
import { useState } from "react";
|
||||||
import { changeAPIcookie } from "../utils/changeAPIcookie";
|
import { changeAPIcookie } from "../utils/changeAPIcookie";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
Reference in New Issue
Block a user