mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 09:07:29 +02:00
Add copyright header to CodeTabsMarkdownBlock.js
This commit is contained in:
parent
49efdd8fa2
commit
fdd5117300
1 changed files with 7 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue