import React from "react"; const LockerTable: React.FC = () => { return <>Locker Table; }; export default LockerTable;