mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
clean up imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, { useEffect, useState } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
const Header = () => {
|
||||
const [gifUrl, setGifUrl] = useState(null);
|
||||
|
||||
Reference in New Issue
Block a user