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 018d212 + b147933 commit 7289efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/app/components/Link.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {Link as ProtoLink, LinkProps, AppConfContext} from 'protolib'
import {AppConfContext} from 'protolib/providers/AppConf'
import {Link as ProtoLink, LinkProps} from 'protolib/components/Link'
import {useContext} from 'react'

export const Link = (props:LinkProps) => {
Expand Down
3 changes: 2 additions & 1 deletion packages/app/features/profile.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { DefaultLayout } from '../layout/DefaultLayout'
import { H2, YStack } from 'tamagui'
import { useSession, Page} from 'protolib'
import { useSession} from 'protolib/lib/Session'
import {Page} from 'protolib/components/Page'

export function Profile({pageSession}) {
const [session] = useSession(pageSession)
Expand Down

0 comments on commit 7289efd

Please sign in to comment.