Skip to content

Commit a58824b

Browse files
authored
fix: export the DiffContainer (#1078)
1 parent 7801bc8 commit a58824b

File tree

1 file changed

+1
-0
lines changed
  • packages/components/src/pages/Resources/BundleDiff

1 file changed

+1
-0
lines changed

packages/components/src/pages/Resources/BundleDiff/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import { DiffContainer } from './DiffContainer';
33

44
export * from './constants';
5+
export * from './DiffContainer';
56

67
export const Page: React.FC = () => {
78
return <DiffContainer manifests={[]} />;

0 commit comments

Comments
 (0)