import React from 'react'; import Layout from '../components/Layout'; export const Registration = (): JSX.Element => { return (

РоботТоп

Регистрация команды

Введите актуальные данные команды

Song Artist Year
The Sliding Mr. Bones (Next Stop, Pottersville) Malcolm Lockyer 1961
Witchy Woman The Eagles 1972
Shining Star Earth, Wind, and Fire 1975
); }; export default Registration;