heysagnik/Linkees

Update the endpoint contract of linkees package

Closed this issue · 0 comments

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';