import { Individual } from "./Individual"; import { Group } from "./Group"; export { Individual, Group }