init page is done

This commit is contained in:
Nikolai Petukhov
2024-09-21 13:32:52 +03:00
parent 963c94c262
commit e75288a6f0
8 changed files with 155 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
import React from "react";
import BackgroundInit from "../components/init/BackgroundInit.jsx";
const Init = () => {
return (
<div>
<h1 className="metal-mania-regular TestInit">Hello!</h1>
<BackgroundInit/>
</div>
)
}