import PlanItem from "./PlanItem"; import styles from "./studyplan.module.scss"; const AddplanList = ({ planList, getPlanList }) => { return (
) } export default AddplanList