File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ import React from 'react';
22import Box from '@material-ui/core/Box' ;
33import Container from '@material-ui/core/Container' ;
44import useStyles from './styles' ;
5-
65import LinkList from './LinkList' ;
7- import SocialSection from './socialSection ' ;
8- import SubscribeSection from './subscribeSection ' ;
6+ import SocialSection from './SocialSection ' ;
7+ import SubscribeSection from './SubscribeSection ' ;
98import Annotation from './Annotation' ;
109import { navigation } from '../../navigation' ;
1110
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import Grid from '@material-ui/core/Grid';
44import useStyles from './styles' ;
55
66import DropdownList from './DropdownList' ;
7- import SocialSection from './socialSection ' ;
8- import SubscribeSection from './subscribeSection ' ;
7+ import SocialSection from './SocialSection ' ;
8+ import SubscribeSection from './SubscribeSection ' ;
99import Annotation from './Annotation' ;
1010import { navigation } from '../../navigation' ;
1111
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments