1
0
mirror of https://github.com/mikecao/umami.git synced 2021-05-17 18:46:32 +03:00
Files
umami/components/header.js
2020-07-17 01:03:38 -07:00

7 lines
136 B
JavaScript

import React from 'react';
export default function Header() {
return <header className="container">
<h1>umami</h1>
</header>;
}