/* eslint-disable-next-line */ export interface SharedComponentsTestingButtonProps {} export function SharedComponentsTestingButton( props: SharedComponentsTestingButtonProps ) { return (

Welcome to SharedComponentsTestingButton!!!!!!

); } export default SharedComponentsTestingButton;