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 a06c37cCopy full SHA for a06c37c
components/TestComponent.js
@@ -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