Skip to content
Snippets Groups Projects
Commit 02d4c3f1 authored by Matt Kirby's avatar Matt Kirby
Browse files

Added post component

parent c99316be
No related branches found
No related tags found
1 merge request!8create "Basic components"
const Post = () => {
return (
<>
<img
className="mx-auto h-10 w-10 rounded-full"
src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
/>
</>
)
}
export default Post
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment