My First Blog
Welcome to my first blog in next.js app
23th June 2023
This is my first blog post using markdown
My subheading
See Image Below:
Here are some code snippet below:
export function newComponent() {
return(
<p> new Component Test </p>
)
}