mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 23:16:48 +00:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
import LayoutBase from './LayoutBase'
|
|
|
|
export const LayoutTagIndex = (props) => {
|
|
return <LayoutBase {...props}>
|
|
Tag - {props.tag}
|
|
</LayoutBase>
|
|
}
|