UNPKG
ginb
Version:
latest (0.0.1)
0.0.1
Write & Share all in GitHub
github.com/chralpha/ginb
chralpha/ginb
ginb
/
src
/
app
/
post
/
layout.jsx
6 lines
(4 loc)
•
85 B
JSX
View Raw
1
2
3
4
5
6
function
PostLayout
(
{ children }
) {
return
children; }
export
default
PostLayout
;