init page is done
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user