feat: shipping warehouse and cost

This commit is contained in:
2024-07-18 04:56:20 +03:00
parent c4dc887305
commit 5c6e7cf5f5
21 changed files with 192 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ export const Route = createLazyFileRoute('/test')({
function TestPage() {
return (
<>
{/*<ShippingWarehouseAutocomplete/>*/}
</>
);
}