Skip to content

Commit

Permalink
refactor(TestComponent.tsx): updated the text
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Sep 17, 2023
1 parent 5846bf0 commit 34ce9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/TestComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type TestComponentProps = {
const TestComponent = ({ name }: TestComponentProps) => {
return (
<View>
<Text>Hello {name}</Text>
<Text>Goodbye {name}</Text>
</View>
);
};
Expand Down

0 comments on commit 34ce9a2

Please sign in to comment.