import { fillVitalFarms } from "./fill-engine";

export async function fillVitalFarmsEggs(): Promise<void> {
  await fillVitalFarms();
}
