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 an email.

Bug & Feature request

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

Community Support

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

Documentation

See our documentation

FAQ

See our list of frequently asked questions

); } }