We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7801bc8 commit a58824bCopy full SHA for a58824b
packages/components/src/pages/Resources/BundleDiff/index.tsx
@@ -2,6 +2,7 @@ import React from 'react';
2
import { DiffContainer } from './DiffContainer';
3
4
export * from './constants';
5
+export * from './DiffContainer';
6
7
export const Page: React.FC = () => {
8
return <DiffContainer manifests={[]} />;
0 commit comments