Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jan 24, 2025
1 parent e466171 commit a2bf081
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/atomic-react/src/components/search/components.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export {};
import {AtomicResultExampleComponent as LitAtomicResultExampleComponent} from '@coveo/atomic/components';
import {createComponent} from '@lit/react';
import React from 'react';

export const AtomicResultExampleComponent = createComponent({
tagName: 'atomic-result-example-component',
react: React,
elementClass: LitAtomicResultExampleComponent,
});

0 comments on commit a2bf081

Please sign in to comment.