mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add post form toggle UI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import styles from './post-form.module.css';
|
||||
|
||||
const PostForm = () => {
|
||||
return (
|
||||
<div className={styles.togglePostForm}>
|
||||
[<span>Start a New Thread</span>]
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default PostForm;
|
||||
Reference in New Issue
Block a user