Export FossaPageProps
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
@@ -15,3 +15,4 @@
|
||||
*/
|
||||
|
||||
export { FossaPage } from './FossaPage';
|
||||
export type { FossaPageProps } from './FossaPage';
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './FossaCard';
|
||||
export type { FossaPageProps } from './FossaPage';
|
||||
|
||||
@@ -20,5 +20,6 @@
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export { fossaPlugin } from './plugin';
|
||||
export * from './components';
|
||||
export { EntityFossaCard, FossaPage } from './extensions';
|
||||
export { fossaPlugin } from './plugin';
|
||||
|
||||
Reference in New Issue
Block a user