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