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

View File

@@ -0,0 +1,9 @@
import React from 'react';
const InitTitle = () => {
return (
<h1 className="metal-mania-regular initTitle">Enterfront</h1>
);
};
export default InitTitle;