Skip to content

Commit

Permalink
renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Bartosik committed Jul 5, 2021
1 parent 8382fee commit 932437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { GlobalStyles } from 'styles/GlobalStyles';
import { Wrapper } from './App.styles';
import Home from 'pages/Home/Home';
import CountryDetails from 'pages/CountryDetails/CountryDetails';
import useDarkMode from 'hooks/UseDarkMode';
import useDarkMode from 'hooks/useDarkMode';
import Spinner from 'components/Spinner';
import { regionFilterState, searchQueryState, currentPageState } from 'store';
import ErrorFallback from 'components/ErrorFallback';
Expand Down

1 comment on commit 932437a

@vercel
Copy link

@vercel vercel bot commented on 932437a Jul 5, 2021

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.