Add copyright header to CodeTabsMarkdownBlock.js

This commit is contained in:
Joel Marcey 2019-01-25 13:42:47 -08:00 committed by GitHub
parent 49efdd8fa2
commit fdd5117300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import _ from 'lodash';
const React = require('react');