mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
10 lines
159 B
JavaScript
10 lines
159 B
JavaScript
import { h } from 'preact';
|
|
|
|
export default function() {
|
|
return (
|
|
<header className="header">
|
|
<h1>PDFer</h1>
|
|
</header>
|
|
)
|
|
}
|