File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const MainRightFooter: React.FC<MainRightFooterProps> = props => {
33
33
< Link to = "/policy/terms" > 서비스 정책</ Link >
34
34
{ /* <Link to="/">FAQ</Link> */ }
35
35
</ div >
36
- < div className = "copyright" > © 2019 · velog</ div >
36
+ < div className = "copyright" > © 2020 · velog</ div >
37
37
</ MainRightFooterBlock >
38
38
) ;
39
39
} ;
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { ApolloClient } from 'apollo-client';
7
7
import { createHttpLink } from 'apollo-link-http' ;
8
8
import { InMemoryCache } from 'apollo-boost' ;
9
9
import { getDataFromTree } from '@apollo/react-ssr' ;
10
- import { Middleware } from 'koa' ;
11
10
import { createStore } from 'redux' ;
12
11
import { Provider } from 'react-redux' ;
13
12
import { StaticRouter } from 'react-router' ;
You can’t perform that action at this time.
0 commit comments