mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:06:38 -04:00
refactor component/page function returns
This commit is contained in:
@ -57,7 +57,7 @@ const Layout = ({ container = true, children, ...rest }: LayoutProps) => {
|
||||
<Container>{children}</Container>
|
||||
</Default>
|
||||
) : (
|
||||
children
|
||||
<>{children}</>
|
||||
)}
|
||||
|
||||
<FlexedFooter />
|
||||
|
Reference in New Issue
Block a user