import { FunctionalComponent, h } from "preact"; import { Link } from "preact-router/match"; import * as style from "./style.css"; const Header: FunctionalComponent = () => { return (
); }; export default Header;