import React from 'react' import './AlphaWarning.css' export default function AlphaWarning() { return (
Version alpha
) }