Skip to content

Commit

Permalink
fix(react-store): test git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 12, 2024
1 parent ae91ec5 commit 39f10fc
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 react21</div>
<div>nx react22</div>
</StyledApp>
);
}
Expand Down

0 comments on commit 39f10fc

Please sign in to comment.