import React from 'react'; import ContentContainer from '@/components/elements/ContentContainer'; import { CSSTransition } from 'react-transition-group'; import tw from 'twin.macro'; export default ({ children }): React.FC => ( <> {children}

© 2015 - 2020  Pterodactyl Software

);