mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-04 06:57:20 +01:00
add preact with webpack
This commit is contained in:
11
webapp/views/pages/Home.js
Normal file
11
webapp/views/pages/Home.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { h } from 'preact';
|
||||
|
||||
export default function (props) {
|
||||
return (
|
||||
<div>
|
||||
<h1>Home</h1>
|
||||
<p>This is the home page.</p>
|
||||
<p>Anything is insane</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user