```typescript import { User } from 'geodesic-frontend'; import { ObjectCard } from 'geodesic-frontend'; import { ItemAssets } from 'geodesic-frontend'; import { FeatureCollection } from 'geodesic-frontend'; import { Entanglement } from 'geodesic-frontend'
``typescript`
import { User } from 'geodesic-frontend';
import { ObjectCard } from 'geodesic-frontend';
import { ItemAssets } from 'geodesic-frontend';
import { FeatureCollection } from 'geodesic-frontend';
import { Entanglement } from 'geodesic-frontend';
`jsx`
search={yourSearchFuncHere}
projects={yourProjectsListHere}
getConnections={yourGetConnectionsFuncHere}
clearPreviousValue={yourClearPreviousValueFuncHere}
/>
When making updates, bundling is done using yarn build.
Unless you are manually publishing, don't increment the version in package.json`.
This will be done automatically in the CI pipeline.