Fixed imports styling

This commit is contained in:
2023-07-30 15:01:31 +03:00
parent 466977d457
commit 9eb30d2066
13 changed files with 12 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import { Link } from 'react-router-dom'
import { Navbar } from 'react-bootstrap'
import { PropsWithChildren } from 'react'
import BackButton from '../assets/backArrow.svg'
import { PropsWithChildren } from 'react'
type BackHeaderProps = {
text: string