clean up imports

This commit is contained in:
Thomas Ruoff
2020-11-28 23:15:29 +01:00
parent 9c77305e72
commit 87f800ec53
7 changed files with 8 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import { useEffect, useState } from "react";
const Header = () => {
const [gifUrl, setGifUrl] = useState(null);