Commit a22701a5 authored by Kim, Subin's avatar Kim, Subin
Browse files

SchedulePage EditBtn import

parent 864414b4
import Menu from "../components/Menu/Menu.js";
import HomeBtn from "../components/Buttons/HomeBtn.js";
import EditBtn from "../components/Buttons/EditBtn.js";
const SchedulePage = () => {
return (
<>
<Menu />
<HomeBtn />
<EditBtn pathname="schedule/edit" />
</>
)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment