import React, { useEffect } from "react"; import '../css/Panel.css'; const Panel = () => { useEffect(() => { }, []); return (