Skip to content

Commit

Permalink
Add sample component
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Dec 8, 2023
1 parent eefc962 commit bbb4f42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/MyComponent/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// This is a sample component to keep the folder structure
// Remove this file when you start working on your own component

function MyComponent() {
return <div>My Component</div>;
}

export default MyComponent;

0 comments on commit bbb4f42

Please sign in to comment.