mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 23:43:37 +02:00
style: auto-format code
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import React, { PropsWithChildren} from "react"
|
||||
import React, { PropsWithChildren } from "react"
|
||||
import * as SC from "./styles"
|
||||
|
||||
const Container = ({ children, ...restProps }: PropsWithChildren<{}>): JSX.Element => (
|
||||
const Container = ({
|
||||
children,
|
||||
...restProps
|
||||
}: PropsWithChildren<{}>): JSX.Element => (
|
||||
<SC.ContainerWrapper {...restProps}>{children}</SC.ContainerWrapper>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user