fix wrong import

This commit is contained in:
Cloudburst 2022-09-01 12:19:20 +02:00 committed by GitHub
parent 4c3a61f355
commit 6f16d6af96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { Link, graphql } from "gatsby"
import Layout from "../components/layout"
import bgImage from "../media/phones.png"
import DocsCard from "../components/cards/docs"
import { node2slug } from "../../utils";
import { node2slug } from "../utils";
import rehypeReact from "rehype-react"