last preparation

This commit is contained in:
Nikolai Petukhov
2024-09-21 12:42:07 +03:00
parent d7de0c4353
commit 963c94c262
14 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from "react";
const Home = () => {
return (
<h1 className="TestClass">Home</h1>
<h1 className="">Home</h1>
)
}