File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed
Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) 2015-present, Facebook, Inc.
3- * All rights reserved.
4- *
5- * This source code is licensed under the BSD-style license found in the
6- * LICENSE file in the root directory of this source tree. An additional grant
7- * of patent rights can be found in the PATENTS file in the same directory.
8- */
9-
10- var React = require ( 'React' ) ;
11-
12- var fourOhFour = React . createClass ( {
13- render : function ( ) {
14- return (
15- < html >
16- < head >
17- < meta httpEquiv = "refresh" content = "0; /react-native/docs/getting-started.html" />
18- </ head >
19- < body > </ body >
20- </ html >
21- ) ;
22- }
23- } ) ;
24-
25- module . exports = fourOhFour ;
1+ /**
2+ * Copyright (c) 2015-present, Facebook, Inc.
3+ * All rights reserved.
4+ *
5+ * This source code is licensed under the BSD-style license found in the
6+ * LICENSE file in the root directory of this source tree. An additional grant
7+ * of patent rights can be found in the PATENTS file in the same directory.
8+ */
9+
10+ var React = require ( 'React' ) ;
11+
12+ var fourOhFour = React . createClass ( {
13+ render : function ( ) {
14+ return (
15+ < html >
16+ < head >
17+ < meta httpEquiv = "refresh" content = "0; /react-native/docs/getting-started.html" />
18+ </ head >
19+ < body > </ body >
20+ </ html >
21+ ) ;
22+ }
23+ } ) ;
24+
25+ module . exports = fourOhFour ;
You can’t perform that action at this time.
0 commit comments