Skip to content

Commit

Permalink
added code owners (#3)
Browse files Browse the repository at this point in the history
* added code owners

* changed codeowner
  • Loading branch information
yarinsa authored Aug 2, 2022
1 parent 9375f17 commit 0293c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/.codeowners
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.(js|ts|tsx) @AdiHavivTransmit
1 change: 1 addition & 0 deletions apps/cart/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const App = () => {
<nx-example-header />
<Routes>
<Route path="/cart" element={<CartCartPage />} />
<Route path="/cart2" element={<CartCartPage />} />
</Routes>
</>
);
Expand Down

0 comments on commit 0293c66

Please sign in to comment.