import React from 'react'; import { Redirect } from 'react-router-dom'; export class SupportPage extends React.Component { constructor(props){ super(props); } render(){ return (

Support

contact us directly if you have/want enterprise support

There's also a community chat on Freenode - #filestash (or click here if you're not an IRC guru).

Quick Links

); } }