Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
meetesh06 committed Oct 6, 2023
1 parent 8cd20aa commit 5976082
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 8 deletions.
3 changes: 3 additions & 0 deletions build/static/js/main.f3215931.js

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions build/static/js/main.f3215931.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, 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.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, 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.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, 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.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, 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.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, 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.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, 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.
*/
1 change: 1 addition & 0 deletions build/static/js/main.f3215931.js.map

Large diffs are not rendered by default.

21 changes: 13 additions & 8 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,20 @@ function App() {
<Divider style={{ marginTop: 15, marginBottom: 15 }} />
</div>
}
<Link href="https://github.com/meetesh06/CS683-ChampSimPrefetcherViz/tree/main/examples">
Example traces
</Link>

<Link href="https://github.com/meetesh06/CS683-ChampSimPrefetcherViz">
Generate trace
</Link>


{
!mainData.ADDR &&
<div>
<Link href="https://github.com/meetesh06/CS683-ChampSimPrefetcherViz/tree/main/examples">
Example traces
</Link>
<br/>

<Link href="https://github.com/meetesh06/CS683-ChampSimPrefetcherViz">
Generate trace
</Link>
</div>
}
{
mainData.ADDR &&
<div style={{ textAlign: 'left' }}>
Expand Down

0 comments on commit 5976082

Please sign in to comment.