Skip to content
Snippets Groups Projects

Resolve "Adding basic post component"

1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
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
Loading