import { Outlet } from "react-router-dom"; const Formula = () => { return (
); }; export default Formula;