index.js 110 Bytes EditWeb IDE 1 2 3 4 import MediaViewer from './Media' import PictureViewer from './Picture' export { MediaViewer, PictureViewer }