Add missing headers

This commit is contained in:
Dan Abramov
2017-06-13 23:44:23 +01:00
parent 4db80b960c
commit a5e69ca8ea
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -1 +1,12 @@
/**
* Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
'use strict';
module.exports = require('react-transition-group/CSSTransitionGroup');
+11
View File
@@ -1 +1,12 @@
/**
* Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
'use strict';
module.exports = require('react-transition-group/TransitionGroup');