hint added

This commit is contained in:
Aria Moradi 2021-02-04 18:02:34 +03:30
parent 22bf49078f
commit 61aee2e784

View File

@ -7,7 +7,7 @@ import React from 'react';
export default function Home() { export default function Home() {
return ( return (
<h1> <h1>
Home Hint: Click Tn The Top Left Menu Button
</h1> </h1>
); );
} }