Added dot

This commit is contained in:
Mahima Sonwane 2025-04-01 11:52:54 +05:30
parent 0c6ea4db30
commit 1e5a870758

View File

@ -48,8 +48,7 @@ export default function Dashboard() {
</button> </button>
</> </>
) : ( ) : (
<h1 className="mt-4">Loading...</h1> <h1 className="mt-4">Loading....</h1>
)} )}
</div> </div>
); );