import Head from 'next/head'; import {TurniereNavigation} from './Navigation'; import {Container} from 'reactstrap'; import {Footer} from './Footer'; import React from 'react'; export function LoadingPage(props) { return (
{props.title}
{props.text}
); }