mirror of
https://github.com/pxdg-afk/paxad.git
synced 2026-08-22 23:41:06 -04:00
Initial commit
This commit is contained in:
7
quartz/components/Body.tsx
Normal file
7
quartz/components/Body.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
|
||||
|
||||
const Body: QuartzComponent = ({ children }: QuartzComponentProps) => {
|
||||
return <div id="quartz-body">{children}</div>
|
||||
}
|
||||
|
||||
export default (() => Body) satisfies QuartzComponentConstructor
|
||||
Reference in New Issue
Block a user