dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add custom spa solution
Jacky Zhao
2023-06-10
3a29f4c86ee7ed13fb8683b2728a856581e32de7
[scapegoat/Docs2.git]
/
quartz
/
components
/
Header.tsx
1
2
3
4
5
6
7
8
9
10
import style from './styles/header.scss'
import { QuartzComponentProps } from "./types"
export default function Header({ children }: QuartzComponentProps) {
return <header>
{children}
</header>
}
Header.css = style