import { createProvider } from "../../create-provider"; export const AlexaForBusiness = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/business/alexa-for-business.png" ); export const BusinessApplications = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/business/business-applications.png" ); export const Chime = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/business/chime.png" ); export const Workmail = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/business/workmail.png" ); export const A4B = AlexaForBusiness;