import { useState } from "react"; import "../App.css"; function Work() { return (

Work

); } export default Work;