DEV Community

Discussion on: How to use Drupal Paragraphs in your Gatsby site

Collapse
 
vacilando profile image
Tomáš Fülöpp

Creative approach, excellent article — thanks, Matt!

A little thing that needs to be fixed:

import { getParagraph } from "../paragraphHandler";

should be

import { getParagraph } from "../paragraphHelpers";