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 1c5b1d6 commit 76b56b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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/people.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 { useMediaQuery } from 'react-responsive';
import Map from '../../components/layout/Map';
import Empty from '../../components/empty';
import Empty from '../../components/Empty';
import Dashboard from '../../components/layout/dashboard';


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

1 comment on commit 76b56b9

@vercel
Copy link

@vercel vercel bot commented on 76b56b9 Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.