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

Support

Enterprise Support

We offer support and maintenance, see our pricing page or drop us a email.

Issues & Feature request

To report a bug or issue, open an issue on the Github repo.

Community Support

The official IRC chanel of the project is on freenode #filestash. Come on over and chat with us

Documentation

The place for everything documentation related, see our documentation

FAQ

The commonly asked questions we get ask a lot, see our FAQ

); } }