From 0293c66233f5ed1f36eaff2b86b12cb634985b7a Mon Sep 17 00:00:00 2001
From: yarinsa <44482362+yarinsa@users.noreply.github.com>
Date: Tue, 2 Aug 2022 10:46:44 +0300
Subject: [PATCH] added code owners (#3)
* added code owners
* changed codeowner
---
.github/.codeowners | 2 ++
apps/cart/src/app/app.tsx | 1 +
2 files changed, 3 insertions(+)
create mode 100644 .github/.codeowners
diff --git a/.github/.codeowners b/.github/.codeowners
new file mode 100644
index 0000000..606f7ed
--- /dev/null
+++ b/.github/.codeowners
@@ -0,0 +1,2 @@
+
+*.(js|ts|tsx) @AdiHavivTransmit
diff --git a/apps/cart/src/app/app.tsx b/apps/cart/src/app/app.tsx
index 4206822..57a3395 100644
--- a/apps/cart/src/app/app.tsx
+++ b/apps/cart/src/app/app.tsx
@@ -10,6 +10,7 @@ export const App = () => {
} />
+ } />
>
);