This commit is contained in:
Askar Akhmetkhanov
2024-09-28 00:12:00 +03:00
parent 2a881f3920
commit 3fb107fd8b
10 changed files with 864 additions and 125 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
import React from "react";
const Account = () => {
return (
<h1>Account</h1>
)
}
return <h1>Account</h1>;
};
export default Account;
export default Account;