import Head from "next/head";
import Link from "next/link";
import React from "react";
const Welcome = () => (
<>
Welcome to API Platform!
Welcome to API Platform!
This container will host your{" "}
Next.js
{" "}
application. Learn how to create your first API and
generate a PWA:
Get started
Need help?
>
);
export default Welcome;
const Admin = () => (
);
const Api = () => (
);
const Mercure = () => (
);
const Arrow = () => (
);
const Flag = () => (
);
const HelpButton = ({Image, url, title}: {Image: React.FunctionComponent, url: string, title: string}) => (
);
const Logo = () => (
);
const Slack = () => (
);
const Sto = () => (
);
const WebbyWelcome = () => (
);