We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becfca9 commit 8c88b26Copy full SHA for 8c88b26
modules/app/Posts.js
@@ -7,7 +7,7 @@ import Avatar from "app/Avatar"
7
import NewPost from "app/NewPost"
8
import { FaPlusCircle, FaTrashAlt } from "react-icons/fa"
9
import AnimatedText from "app/AnimatedText"
10
-import { deletePost, getPosts } from "app/utils"
+import { deletePost } from "app/utils"
11
import usePosts from "app/usePosts"
12
13
export default function Posts({ params }) {
modules/app/playSound.js
@@ -64,5 +64,8 @@ function playNotes() {
64
}
65
66
67
+// get rid of lint warning
68
+export { playNotes }
69
+
70
// export default playNotes
71
export default () => {}
0 commit comments