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

Basic PostAction component

parent e2b88528
No related branches found
No related tags found
1 merge request!7Resolve "Adding basic post component"
import styles from '../../styles/PostAction.module.css'
const PostAction = () => {
return (
<div className={styles.container}>
<button>Action</button>
</div>
)
}
export default PostAction;
\ 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