diff --git a/next.config.js b/next.config.js index 60e5867a..21793361 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,6 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ enabled: process.env.ANALYZE === 'true', }); - const withTM = require('next-transpile-modules')(['ramda']); module.exports = withBundleAnalyzer( diff --git a/src/components/node/NodeRelatedBlock/index.tsx b/src/components/node/NodeRelatedBlock/index.tsx index 8556a607..b9653b5c 100644 --- a/src/components/node/NodeRelatedBlock/index.tsx +++ b/src/components/node/NodeRelatedBlock/index.tsx @@ -1,4 +1,5 @@ import React, { FC } from 'react'; + import { Pressable } from '~/components/common/Pressable'; import { NodeRelated } from '~/components/node/NodeRelated'; import { NodeRelatedPlaceholder } from '~/components/node/NodeRelated/placeholder';