mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
tried to address linting issues
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { h } from 'preact';
|
||||
import { Link } from 'preact-router';
|
||||
|
||||
export default function () {
|
||||
export default function() {
|
||||
return (
|
||||
<header className="header">
|
||||
<h1>PDFer</h1>
|
||||
<h1>PDFer</h1>
|
||||
</header>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user