5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
export { default as TranscribingLabel } from './TranscribingLabel';
|
|
export {
|
|
default as TranscribingExpandedLabel
|
|
} from './TranscribingExpandedLabel';
|