Skip to content

Commit a06c37c

Browse files
Update components/TestComponent.js.
1 parent f4416a2 commit a06c37c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/TestComponent.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import React from 'react';
2+
3+
const TestComponent = () => {
4+
return <div>Test Component</div>;
5+
};
6+
7+
export default TestComponent;

0 commit comments

Comments
 (0)