forked from polka_billy/porridger
Even more code styling things
This commit is contained in:
@ -4,7 +4,7 @@ import { Card } from 'react-bootstrap'
|
||||
import { BackHeader } from '.'
|
||||
|
||||
type CardLayoutProps = {
|
||||
text: string
|
||||
text: string,
|
||||
}
|
||||
|
||||
const CardLayout = ({ text, children }: PropsWithChildren<CardLayoutProps>) => (
|
||||
|
Reference in New Issue
Block a user