import { FormulaBuilderEditor } from '@/components/job-costing/FormulaBuilderEditor';

export default function NewStockFormulaPage() {
  return <FormulaBuilderEditor />;
}
