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,7 +1,7 @@
|
||||
import { h } from 'preact';
|
||||
import Header from './Header';
|
||||
|
||||
export default function (props) {
|
||||
export default function(props) {
|
||||
return (
|
||||
<div id="app">
|
||||
<Header />
|
||||
|
||||
Reference in New Issue
Block a user