Skip to content

Commit 22d0796

Browse files
committed
Comment out warnings
1 parent 364d7c9 commit 22d0796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/velog/VelogPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import VelogPageTemplate from '../../components/velog/VelogPageTemplate';
33
import { RouteComponentProps, Route, Switch } from 'react-router';
4-
import loadable from '@loadable/component';
4+
// import loadable from '@loadable/component';
55
import useApplyVelogConfig from '../../containers/velog/hooks/useApplyVelogConfig';
66
import SeriesPage from './SeriesPage';
77
import PostPage from './PostPage';

0 commit comments

Comments
 (0)