review uneeded changes

This commit is contained in:
Guillaume Bibeau-Laviolette 2022-06-13 14:48:04 -04:00
parent 9479e9bc5b
commit 2f0a44e848
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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 {}

View File

@ -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