import React from "react"; const Dashboard = ({ width, height, color }) => ( ); export default Dashboard;