Skip to content

Commit

Permalink
Update components/TestComponent.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Sep 30, 2024
1 parent f4416a2 commit a06c37c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/TestComponent.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';

const TestComponent = () => {
return <div>Test Component</div>;
};

export default TestComponent;

0 comments on commit a06c37c

Please sign in to comment.