Even more code styling things
This commit is contained in:
@@ -5,7 +5,7 @@ import { PropsWithChildren } from 'react'
|
||||
import BackButton from '../assets/backArrow.svg'
|
||||
|
||||
type BackHeaderProps = {
|
||||
text: string
|
||||
text: string,
|
||||
}
|
||||
|
||||
function BackHeader({ text, children }: PropsWithChildren<BackHeaderProps>) {
|
||||
|
Reference in New Issue
Block a user