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 16fbd2f commit 140c9d3Copy full SHA for 140c9d3
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