refact: bookmarks
This commit is contained in:
parent
7876f26d0c
commit
46d48a6d52
22 changed files with 223 additions and 175 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue