Skip to content

Commit 30846f3

Browse files
Update components/newComponent.js.
1 parent f4416a2 commit 30846f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/newComponent.js

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

0 commit comments

Comments
 (0)