We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605c373 commit e40f6f0Copy full SHA for e40f6f0
client/src/components/with-spinner/with-spinner.component.jsx
@@ -15,4 +15,4 @@ const WithSpinner = WrappedComponent => {
15
return Spinner;
16
};
17
18
-export default WithSpinner;
+export default WithSpinner;
client/src/pages/homepage/homepage.component.jsx
@@ -1,7 +1,6 @@
1
import React from 'react';
2
3
import Directory from '../../components/directory/directory.component';
4
-
5
import { HomePageContainer } from './homepage.styles';
6
7
const HomePage = () => (
@@ -10,4 +9,4 @@ const HomePage = () => (
10
9
</HomePageContainer>
11
);
12
13
-export default HomePage;
+export default HomePage;
0 commit comments