Skip to content
#

performance-analysis

Here are 79 public repositories matching this topic...

kwladyka
kwladyka commented Dec 30, 2018
window.React = require("react");
window.ReactDOM = require("react-dom");
window.Highlight = require("react-highlight").default;

// material-ui

import {createMuiTheme, MuiThemeProvider} from '@material-ui/core/styles';
window.MaterialUiStyles = {
    createMuiTheme: createMuiTheme,
    MuiThemeProvider: MuiThemeProvider
}

window.MaterialUiCore = {
    AppBar: require("@materi

Improve this page

Add a description, image, and links to the performance-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the performance-analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.