Remove older support request form

Summary: This diff removes the older support form as we no longer use it.

Reviewed By: jknoxville

Differential Revision: D19769541

fbshipit-source-id: ca2088e721f2895f2c8a1205889b0670477cc2d2
This commit is contained in:
Pritesh Nandgaonkar
2020-02-07 03:43:17 -08:00
committed by Facebook Github Bot
parent 0af9065225
commit b9fafb0e61
5 changed files with 1 additions and 40 deletions

View File

@@ -1,20 +0,0 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
import Text from '../ui/components/FlexRow';
import React, {PureComponent} from 'react';
export default class SupportRequestFormManager extends PureComponent<
void,
void
> {
render() {
return <Text> Implement your own Bug creator </Text>;
}
}