feat: interact with user settings/profile (#9)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { render } from '@testing-library/react'
|
||||
|
||||
import { Main } from './'
|
||||
import { Main } from '.'
|
||||
|
||||
describe('<Main />', () => {
|
||||
it('should render successfully', () => {
|
||||
|
@ -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
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user