Setup of the bug creation screen
Summary: This diff sets up the create form for the new support request project. The current screen is very basic. I will be iterating through it in the upcoming diffs. Reviewed By: passy Differential Revision: D18327464 fbshipit-source-id: af01fc10f68a135f32f0ae98551986852019e8aa
This commit is contained in:
committed by
Facebook Github Bot
parent
2ae2352972
commit
994546b24a
17
src/fb-stubs/SupportRequestFormV2.tsx
Normal file
17
src/fb-stubs/SupportRequestFormV2.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* 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 React, {Component} from 'react';
|
||||
import {Text} from '../ui';
|
||||
|
||||
export default class extends Component<void, void> {
|
||||
render() {
|
||||
return <Text>Build your support request creation form.</Text>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user