import { Barrage } from "./barrage";
export type { BarrageProps } from "./barrage";
export default Barrage;
