Skip to content

Commit 8c88b26

Browse files
committed
fix lint issues
1 parent becfca9 commit 8c88b26

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/app/Posts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Avatar from "app/Avatar"
77
import NewPost from "app/NewPost"
88
import { FaPlusCircle, FaTrashAlt } from "react-icons/fa"
99
import AnimatedText from "app/AnimatedText"
10-
import { deletePost, getPosts } from "app/utils"
10+
import { deletePost } from "app/utils"
1111
import usePosts from "app/usePosts"
1212

1313
export default function Posts({ params }) {

modules/app/playSound.js

+3
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@ function playNotes() {
6464
}
6565
}
6666

67+
// get rid of lint warning
68+
export { playNotes }
69+
6770
// export default playNotes
6871
export default () => {}

0 commit comments

Comments
 (0)