feat: add explore page (#205)

This commit is contained in:
boojack
2022-09-09 00:06:05 +08:00
committed by GitHub
parent 5eea1339c9
commit e9ac6affef
14 changed files with 209 additions and 12 deletions

View File

@ -80,7 +80,7 @@ const MemoList = () => {
useEffect(() => {
memoService
.fetchAllMemos()
.fetchMemos()
.then(() => {
// do nth
})