wip[org]: More work on account pages
This commit is contained in:
parent
bc584399e2
commit
3733f93e45
25 changed files with 1823 additions and 437 deletions
|
@ -1,6 +1,8 @@
|
|||
import React from 'react'
|
||||
|
||||
import { AccountBookmarks } from './AccountBookmarks.mjs'
|
||||
import { AccountLinks } from './AccountLinks.mjs'
|
||||
import { Bookmarks, BookmarkButton } from './Bookmarks.mjs'
|
||||
import { Links } from './Links.mjs'
|
||||
import { Set } from './Set.mjs'
|
||||
import { Sets, MsetCard } from './Sets.mjs'
|
||||
|
||||
export { AccountBookmarks, AccountLinks }
|
||||
export { Bookmarks, BookmarkButton, Links, Set, Sets, MsetCard }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue