Skip to content

Commit 524ce29

Browse files
authored
Update page.jsx
1 parent f49798c commit 524ce29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/page/page.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Sidecar from '../sidecar/sidecar';
66
import Contributors from '../contributors/contributors';
77
import './page-style';
88
import '../sidebar/sidebar-style';
9+
import { trimEnd } from 'lodash';
910

1011
export default ({ section, page }) => {
1112
let edit = `https://github.com/webpack/webpack.js.org/edit/develop/content/${trimEnd(page.url, '/')}.md`;

0 commit comments

Comments
 (0)