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

© 2015 - 2019  Pterodactyl Software

)} /> );