mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
review uneeded changes
This commit is contained in:
parent
9479e9bc5b
commit
2f0a44e848
@ -3,7 +3,6 @@ import { Logo, Button, Input } from '@components/ui'
|
||||
import useLogin from '@framework/auth/use-login'
|
||||
import { useUI } from '@components/ui/context'
|
||||
import { validate } from 'email-validator'
|
||||
import { useCommerce } from '@framework'
|
||||
|
||||
const LoginView: React.FC = () => {
|
||||
// Form State
|
||||
|
@ -2,7 +2,7 @@ import { FC, useEffect, useState, useCallback } from 'react'
|
||||
import { validate } from 'email-validator'
|
||||
import { Info } from '@components/icons'
|
||||
import { useUI } from '@components/ui/context'
|
||||
import { Button, Input, Logo } from '@components/ui'
|
||||
import { Logo, Button, Input } from '@components/ui'
|
||||
import useSignup from '@framework/auth/use-signup'
|
||||
|
||||
interface Props {}
|
||||
|
@ -8,7 +8,6 @@ import { Github, Vercel } from '@components/icons'
|
||||
import { Logo, Container } from '@components/ui'
|
||||
import { I18nWidget } from '@components/common'
|
||||
import s from './Footer.module.css'
|
||||
import { useCommerce } from '@framework'
|
||||
|
||||
interface Props {
|
||||
className?: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user