feat: flex component, document higher-order layout components
This commit is contained in:
parent
87b803790c
commit
2718ab9019
7 changed files with 153 additions and 33 deletions
|
@ -20,6 +20,7 @@ import MobileOnly from "./MobileOnly"
|
|||
import RecentNotes from "./RecentNotes"
|
||||
import Breadcrumbs from "./Breadcrumbs"
|
||||
import Comments from "./Comments"
|
||||
import Flex from "./Flex"
|
||||
|
||||
export {
|
||||
ArticleTitle,
|
||||
|
@ -44,4 +45,5 @@ export {
|
|||
NotFound,
|
||||
Breadcrumbs,
|
||||
Comments,
|
||||
Flex,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue