refactor: remove unnecessary React import from ChangeAPI component

This commit is contained in:
2025-07-29 22:29:32 +02:00
parent 0e53ed60c4
commit 90cecc2afc

View File

@@ -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 {