Skip to content

Commit

Permalink
Fix require path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Legogris committed Dec 13, 2019
1 parent 12b2d2b commit 9be7b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serverside-sorting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import MUIDataTable from '../../src';
import { CircularProgress, Typography } from '@material-ui/core';
import Cities from './Cities';
import Cities from './cities';

class Example extends React.Component {
state = {
Expand Down

0 comments on commit 9be7b90

Please sign in to comment.