import React from 'react'; import { Route, Switch } from 'react-router'; import { CSSTransition, TransitionGroup } from 'react-transition-group'; import { BrowserRouter } from 'react-router-dom'; type Props = Readonly<{ basename: string; children: React.ReactNode; }>; export default ({ basename, children }: Props) => ( (
{children}

© 2015 - 2019  Pterodactyl Software

)} />
);