Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
177 Bytes
import React from 'react';
import { Container } from './styles';
export default function Header() {
return (
<Container>
<h1>Pipefy</h1>
</Container>
);
}