/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-devtools-shell/src/perf-regression/apps/index.js
19 строк
391 B
Dennis Moradkhani
Updated copyright text to Copyright (c) Meta Platforms, Inc. and its … (#26830)
20 май 2023, 03:52
Не верифицирован
20 май 2023, 03:52
4b877b6
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ import * as React from 'react'; import LargeSubtree from './LargeSubtree'; export default function Home(): React.Node { return ( <div> <LargeSubtree /> </div> ); }