ivanseed/gitstats

View on GitHub
src/components/title.js

Summary

Maintainability
A
0 mins
Test Coverage
import { h } from 'preact';

const Title = () => <span>Git<b>Stats</b></span>

export default Title;