cognee/cognee-frontend/src/ui/App/index.ts
Boris 751eca7aaf
fix: cognee ui with new visualization (#733)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.

---------

Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
2025-04-18 15:23:51 +02:00

3 lines
265 B
TypeScript

export { default as TextLogo } from './Logo/TextLogo';
export { default as LoadingIndicator } from './Loading/DefaultLoadingIndicator/LoadingIndicator';
export { default as CognifyLoadingIndicator } from './Loading/CognifyLoadingIndicator/CognifyLoadingIndicator';