We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4416a2 commit 30846f3Copy full SHA for 30846f3
components/newComponent.js
@@ -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