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.
2 parents 2536fe1 + 22d0796 commit 3e06d93Copy full SHA for 3e06d93
src/pages/velog/VelogPage.tsx
@@ -1,7 +1,7 @@
1
import * as React from 'react';
2
import VelogPageTemplate from '../../components/velog/VelogPageTemplate';
3
import { RouteComponentProps, Route, Switch } from 'react-router';
4
-import loadable from '@loadable/component';
+// import loadable from '@loadable/component';
5
import useApplyVelogConfig from '../../containers/velog/hooks/useApplyVelogConfig';
6
7
const PostPage = loadable(() => import('./PostPage'));
0 commit comments