Twilio Webchat React App is an application that demonstrates a website chat widget built with Twilio's Conversations JS SDK, Twilio Paste Design library and Create React App.
MIT License
64
stars
71
forks
source link
Fix import of ScreenReaderOnly so it is not importing all of core #24
As per this Paste guideline imports of components should be made from their respective directories and not @twilio-paste/core directly. We weren't following this guideline in one place, this PR fixes that.
Contributing to Twilio
All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.
[x] I acknowledge that all my contributions will be made under the project's license.
As per this Paste guideline imports of components should be made from their respective directories and not
@twilio-paste/core
directly. We weren't following this guideline in one place, this PR fixes that.Contributing to Twilio