3 lines
118 B
JavaScript
3 lines
118 B
JavaScript
|
export { default as Conference } from './Conference';
|
||
|
export { default as ParticipantView } from './ParticipantView';
|