chore(v2): add copyright header to Navbar

This commit is contained in:
Yangshun Tay 2018-10-29 13:40:24 -07:00
parent 85336649d3
commit d479f42ff5

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 React from 'react';
import {NavLink} from 'react-router-dom';