Dearest Visitors,
Thanks for joining in my journey! You will soon see more projects, improved projects and more blogs on this website.
import React from 'react'
export default function Hello() {
return (
<div>
<h1>Hello this is Askari!</h1>
<p>I will soon be adding more blogs here 😃</p>
</div>
)
};