mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add explore page (#205)
This commit is contained in:
@ -80,7 +80,7 @@ const MemoList = () => {
|
||||
|
||||
useEffect(() => {
|
||||
memoService
|
||||
.fetchAllMemos()
|
||||
.fetchMemos()
|
||||
.then(() => {
|
||||
// do nth
|
||||
})
|
||||
|
Reference in New Issue
Block a user