// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Button } from '@blueprintjs/core';
import { Icon } from '@/components';
export function FormWarehouseSelectButton({ text }) {
return (
}
/>
);
}
export function FormBranchSelectButton({ text }) {
return (
}
/>
);
}