diff --git a/.github/.codeowners b/.github/.codeowners
deleted file mode 100644
index 606f7ed..0000000
--- a/.github/.codeowners
+++ /dev/null
@@ -1,2 +0,0 @@
-
-*.(js|ts|tsx) @AdiHavivTransmit
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..bd3a756
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,3 @@
+
+./apps/cart @TransmitSecurity/userid
+*.tsx @TransmitSecurity/typescript-reviewers
diff --git a/apps/cart/src/app/app.tsx b/apps/cart/src/app/app.tsx
index 57a3395..4206822 100644
--- a/apps/cart/src/app/app.tsx
+++ b/apps/cart/src/app/app.tsx
@@ -10,7 +10,6 @@ export const App = () => {
} />
- } />
>
);