import React from 'react'; const AlphaBadge = () => { return (
Alpha 6.2
); }; export default AlphaBadge;