UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

16 lines (13 loc) 342 B
/** * Copyright (c) 2015-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. */ const absoluteLoad = () => [ { id: 1, name: '1' }, { id: 2, name: '2' }, { id: 3, name: '3' }, { id: 4, name: '4' }, ]; export default absoluteLoad;