mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
fix wrong import
This commit is contained in:
parent
4c3a61f355
commit
6f16d6af96
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Link, graphql } from "gatsby"
|
||||||
import Layout from "../components/layout"
|
import Layout from "../components/layout"
|
||||||
import bgImage from "../media/phones.png"
|
import bgImage from "../media/phones.png"
|
||||||
import DocsCard from "../components/cards/docs"
|
import DocsCard from "../components/cards/docs"
|
||||||
import { node2slug } from "../../utils";
|
import { node2slug } from "../utils";
|
||||||
|
|
||||||
import rehypeReact from "rehype-react"
|
import rehypeReact from "rehype-react"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue