mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +00:00
chore: lint with tabwidth: 2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Page, SignIn } from '@/components'
|
||||
|
||||
export const SignInPage = () => {
|
||||
return (
|
||||
<Page>
|
||||
<SignIn onSubmit={() => {}} />
|
||||
</Page>
|
||||
)
|
||||
return (
|
||||
<Page>
|
||||
<SignIn onSubmit={() => {}} />
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user