import { Button } from 'my-comps/button' const Index = () => ( <>

Hello world

) export default Index