UNPKG

pmag-componentes

Version:
11 lines (9 loc) 225 B
import React from 'react' const Index = () => { return ( <div style={{backgroundColor: 'black', padding: '25px', color: 'white'}}> Testando Barra Inicial Padrão </div> ) } export default Index