Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Protofy-xyz/Protofy
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0k4 committed Jul 5, 2024
2 parents 76c8a86 + a85967c commit e958ca9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/app/features/auth/login.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FormEvent, useEffect, useRef, useState } from 'react'
import { Button, Input, Paragraph, Spinner, Stack, YStack } from 'tamagui'
import { LogoIcon, PendingResult, getPendingResult, Page} from 'protolib'
import { getEnv } from 'protolib/base'
import { getEnv } from 'protolib/base/lib/getEnv'
import { DefaultLayout } from '../../layout/DefaultLayout'
import Link from 'next/link'
import { ProtofyLogoSVG } from '@my/ui'
Expand All @@ -18,6 +17,9 @@ import { Section } from 'protolib/components/Section'
import { SpotLight } from 'protolib/components/SpotLight'
import { ElevatedArea } from 'protolib/components/ElevatedArea'
import { BackgroundGradient } from 'protolib/components/BackgroundGradient'
import { Page } from 'protolib/components/Page'
import { LogoIcon } from 'protolib/components/LogoIcon'
import { PendingResult, getPendingResult} from 'protolib/base/PendingResult'

export function SignInPage(props) {
return (
Expand Down

0 comments on commit e958ca9

Please sign in to comment.