react rewrite

This commit is contained in:
2024-10-25 18:39:38 +02:00
parent 8c31799674
commit 2bd6e392d4
107 changed files with 736 additions and 751 deletions
+13
View File
@@ -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;