upd init page structure

This commit is contained in:
Nikolai Petukhov
2024-09-21 13:53:46 +03:00
parent e75288a6f0
commit 2ce5bb8d7a
10 changed files with 87 additions and 87 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ import React from "react";
const Home = () => {
return (
<h1 className="">Home</h1>
<div>
</div>
)
}