Create folder reducer with file index.ts, build custom reducer, this reducer will mantain all children reducer
After create parent, I create filename principalHeadSelect.ts in same folder, that mean this reducer will handle data or API for select field Material UI. This reducer will initial data, handle onChange when click Select field
We have to create an component to pass props to reducer. That why we need to create principallHeadselect.tsx in component folder. This file will dispatch to reducer with type state action
At this case, we import component to parent component with to pass props to children component like token object of principalName get from principal Info schoolParams



