Skip to content

Commit

Permalink
Refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Jul 5, 2024
1 parent 2453f90 commit b147933
Showing 1 changed file with 2 additions and 1 deletion.
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 b147933

Please sign in to comment.