aboutsummaryrefslogtreecommitdiff
path: root/packages/frontend/src/paths/instance/products/update/UpdatePage.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-04-23 11:12:52 -0300
committerSebastian <sebasjm@gmail.com>2021-04-23 11:14:08 -0300
commitf1bb14ac40020e7d413297166dbdcf508fed18eb (patch)
tree9f23816031af68ac198413fc34d2dd45ef146d17 /packages/frontend/src/paths/instance/products/update/UpdatePage.tsx
parent4320467db1392e5f48a4acd079f7e2a253cf9984 (diff)
downloadmerchant-backoffice-f1bb14ac40020e7d413297166dbdcf508fed18eb.tar.gz
merchant-backoffice-f1bb14ac40020e7d413297166dbdcf508fed18eb.tar.bz2
merchant-backoffice-f1bb14ac40020e7d413297166dbdcf508fed18eb.zip
add copyright notice and some minor changes
Diffstat (limited to 'packages/frontend/src/paths/instance/products/update/UpdatePage.tsx')
-rw-r--r--packages/frontend/src/paths/instance/products/update/UpdatePage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/paths/instance/products/update/UpdatePage.tsx b/packages/frontend/src/paths/instance/products/update/UpdatePage.tsx
index 70f11b3..89fc05e 100644
--- a/packages/frontend/src/paths/instance/products/update/UpdatePage.tsx
+++ b/packages/frontend/src/paths/instance/products/update/UpdatePage.tsx
@@ -20,9 +20,9 @@
*/
import { h, VNode } from "preact";
-import { MerchantBackend, WithId } from "../../../../declaration";
import { Message } from "preact-messages";
import { ProductForm } from "../../../../components/product/ProductForm";
+import { MerchantBackend, WithId } from "../../../../declaration";
import { useListener } from "../../../../hooks";
type Entity = MerchantBackend.Products.ProductDetail & WithId