Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit d08aa8b

Browse files
author
Manuel Proß
committed
feat(web): add example functional component to components directory
1 parent 6a60cc9 commit d08aa8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function ExampleComponent() {
2+
return <p>Example</p>;
3+
}
4+
5+
export default ExampleComponent;

0 commit comments

Comments
 (0)