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