Skip to content

Commit c8e15f1

Browse files
committed
created an axLegend component
1 parent 88c4564 commit c8e15f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import React from 'react';
2+
3+
const AxLegend = () => {
4+
return (
5+
<div>
6+
testing
7+
</div>
8+
);
9+
}
10+
11+
export default AxLegend;

0 commit comments

Comments
 (0)