daily-examples/dailyjs/basic-call/components/Intro/index.js

4 lines
126 B
JavaScript

export { Intro as default } from './Intro';
export { Intro } from './Intro';
export { NotConfigured } from './NotConfigured';