export { default as YouTube } from "./youtube"; export { default as Spotify } from "./spotify"; export { default as Soundcloud } from "./soundcloud"; export * from "./youtube"; export * from "./soundcloud"; export * from "./spotify";