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 = () => {
} />
+ } />
>
);