feat: interact with user settings/profile (#9)

This commit is contained in:
Divlo
2022-02-19 23:20:33 +01:00
committed by GitHub
parent 48debe8638
commit 7ac4f86cd5
101 changed files with 6705 additions and 9777 deletions

View File

@ -1,6 +1,6 @@
import { render } from '@testing-library/react'
import { Main } from './'
import { Main } from '.'
describe('<Main />', () => {
it('should render successfully', () => {

View File

@ -10,7 +10,7 @@ export const Main: React.FC<MainProps> = (props) => {
return (
<main
className={classNames(
'flex flex-1 flex-col justify-center items-center py-8',
'flex flex-1 flex-col items-center justify-center py-8',
className
)}
>