aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/list/index.ts
blob: e183f7da15f1cc8497b6e10f1af0e937eef15b82 (plain)
1
2
3
4
import ListContainer from "./ListContainer";
import ListItemContainer from "./ListItemContainer";

export { ListContainer, ListItemContainer };