Skip to content

Commit

Permalink
fix(react-store): check git tags and publish 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 11, 2024
1 parent 10b8fd6 commit 6472efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/react-store/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function App() {
return (
<StyledApp>
<h1>Welcome</h1>
<div>nx react8</div>
<div>nx react9</div>
</StyledApp>
);
}
Expand Down

0 comments on commit 6472efa

Please sign in to comment.