diff --git a/www/src/components/tags-section.js b/www/src/components/tags-section.js index 803ebfb97b43e..9aa1a6463987f 100644 --- a/www/src/components/tags-section.js +++ b/www/src/components/tags-section.js @@ -2,7 +2,7 @@ import { jsx } from "theme-ui" import Link from "./localized-link" import { TiTags as TagsIcon } from "react-icons/ti" -const { kebabCase } = require(`lodash-es`) +import { kebabCase } from "lodash-es" import Button from "./button"