refact: bookmarks

This commit is contained in:
codytseng
2025-04-18 22:53:52 +08:00
parent 7876f26d0c
commit 46d48a6d52
22 changed files with 223 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
import BookmarksList from '@/components/BookmarksList'
import BookmarkList from '@/components/BookmarkList'
import NoteList from '@/components/NoteList'
import PostEditor from '@/components/PostEditor'
import SaveRelayDropdownMenu from '@/components/SaveRelayDropdownMenu'
@@ -46,7 +46,7 @@ const NoteListPage = forwardRef((_, ref) => {
</div>
)
} else {
content = <BookmarksList />
content = <BookmarkList />
}
} else if (isReady) {
content = (