feat: flex component, document higher-order layout components

This commit is contained in:
Jacky Zhao
2025-03-11 14:56:43 -07:00
parent 87b803790c
commit 2718ab9019
7 changed files with 153 additions and 33 deletions

View File

@ -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,
}