Update the endpoint contract of linkees package
Closed this issue · 0 comments
taksuparth commented
Describe the bug
Update the endpoint contract of linkees package and expose more components
Expected behavior
Currently, consumer of linkees package needs to use package as
import { Linktree } from 'linkees';
it should be
import Linkees from 'linkees';