Update StateLabel.jsx

This commit is contained in:
Tom
2023-06-01 17:25:21 +02:00
parent 575382a9a3
commit 20e746fe58
+1 -1
View File
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React from "react";
import { useComment } from "@plebbit/plebbit-react-hooks";
import useStateString from "../hooks/useStateString";