LabelBatchesView.tsx 107 Bytes
import React from 'react';

export function LabelBatchesView() {
  return <div>Label Batches View</div>;
}