diff --git a/daily-thought-frontend/src/components/post/PostAction.tsx b/daily-thought-frontend/src/components/post/PostAction.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..95d3a10cb5d0933555dae097563a9c79f3f84f5c
--- /dev/null
+++ b/daily-thought-frontend/src/components/post/PostAction.tsx
@@ -0,0 +1,12 @@
+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