import { h } from 'preact'; import Heading from './Heading'; import Logo from './Logo'; export default function LinkedLogo() { return (
Frigate
); }