import { h, Component } from 'preact'; import Modal from './Modal.jsx'; export default class Header extends Component { render() { return (

Web Maker
v3.2.0

Made with 💖 & 🙌 by Kushagra Gour

Read the documentation .

Tweet out your feature requests, comments & suggestions to @webmakerApp .

Like this extension? Please rate it here .

Share Web Maker Chat Report a bug

Awesome libraries used

License

"Web Maker" is open-source {' '} under the MIT License .

); } }