Skip to content

Commit

Permalink
🐛empty
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Apr 28, 2020
1 parent 32c6335 commit 1c5b1d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/main/economy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from 'next/head';
import _ from 'lodash';
import Dashboard from '../../components/layout/dashboard';
import { useMediaQuery } from 'react-responsive';
import Empty from '../../components/Empty';
import Empty from '../../components/empty';

const BarEconomy = dynamic(
() => import('../../components/chart/barEconomy'),
Expand Down
2 changes: 1 addition & 1 deletion pages/main/hospital.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from 'next/head';
import _ from 'lodash';
import Dashboard from '../../components/layout/dashboard';
import { useMediaQuery } from 'react-responsive';
import Empty from '../../components/Empty';
import Empty from '../../components/empty';

const BarHospital = dynamic(
() => import('../../components/chart/barHospital3'),
Expand Down
2 changes: 1 addition & 1 deletion pages/main/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from 'next/head';
import _ from 'lodash';
import Dashboard from '../../components/layout/dashboard';
import { useMediaQuery } from 'react-responsive';
import Empty from '../../components/Empty';
import Empty from '../../components/empty';

const PieHelp = dynamic(
() => import('../../components/chart/pieHelp'),
Expand Down
2 changes: 1 addition & 1 deletion pages/main/social.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from 'next/head';
import _ from 'lodash';
import Dashboard from '../../components/layout/dashboard';
import { useMediaQuery } from 'react-responsive';
import Empty from '../../components/Empty';
import Empty from '../../components/empty';

const BarSocial = dynamic(
() => import('../../components/chart/barSocial'),
Expand Down

0 comments on commit 1c5b1d6

Please sign in to comment.