react rewrite
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import "./Legend.scss";
|
||||
|
||||
const Legend = () => {
|
||||
|
||||
return (
|
||||
<div className="legend">
|
||||
<h1>Interactive Map of the Magic Continent</h1>
|
||||
<div className="border"></div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Legend;
|
||||
Reference in New Issue
Block a user