import React, { FC } from 'react'; export const UserSignup: FC<{}> = () => { return (
New to Grafana?
Sign Up
); };