Skip to content

Commit

Permalink
add eds as prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch-eb committed Nov 1, 2018
1 parent da125d6 commit 96cd03c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { Component } from 'react';
import { HashRouter as Router, Route } from 'react-router-dom';
import { RegisterPage, HomePage } from './pages';
import(/* webpackPreload: true */'eventbrite_design_system/css/eds.css');

export default class App extends Component {
render() {
Expand Down
1 change: 0 additions & 1 deletion src/pages/HomePage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { Component } from 'react';
import queryString from 'query-string';
import {sortBy} from 'lodash';
import 'eventbrite_design_system/css/eds.css';
import DataTable from 'eventbrite_design_system/dataTable/DataTable';
import Button from 'eventbrite_design_system/button/Button';

Expand Down

0 comments on commit 96cd03c

Please sign in to comment.