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 1c2e998 commit 2453f90
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 2453f90

Please sign in to comment.