8000 Fix Audio component export · cloudinary/cloudinary-react@742d69d · GitHub
[go: up one dir, main page]

Skip to content

Commit 742d69d

Browse files
nirmaozNir Maoz
authored andcommitted
Fix Audio component export
1 parent 19518cc commit 742d69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import CloudinaryContext from './components/CloudinaryContext';
33
import Image from './components/Image';
44
import Transformation from './components/Transformation';
55
import Video from './components/Video';
6+
import Audio from './components/Audio';
67

7-
export { CloudinaryContext, Image, Transformation, Video};
8+
export { CloudinaryContext, Image, Transformation, Video, Audio};

0 commit comments

Comments
 (0)
0