feat: conditional render component
This commit is contained in:
parent
4e74d11b1a
commit
aaa5c8e8e4
5 changed files with 50 additions and 2 deletions
|
@ -21,6 +21,7 @@ import RecentNotes from "./RecentNotes"
|
|||
import Breadcrumbs from "./Breadcrumbs"
|
||||
import Comments from "./Comments"
|
||||
import Flex from "./Flex"
|
||||
import ConditionalRender from "./ConditionalRender"
|
||||
|
||||
export {
|
||||
ArticleTitle,
|
||||
|
@ -46,4 +47,5 @@ export {
|
|||
Breadcrumbs,
|
||||
Comments,
|
||||
Flex,
|
||||
ConditionalRender,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue