We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19240cc commit 9321a4fCopy full SHA for 9321a4f
pages/books/info/[book].js
@@ -1,9 +1,9 @@
1
import { ReactMarkdown } from "react-markdown/lib/react-markdown";
2
import Image from "next/image";
3
import Layout from "../../../components/layout";
4
-import Section from "../../../components/section";
+import Section from "../../../components/sections/section";
5
import Link from "next/link";
6
-import { openSans, iADuoItalic } from "../../../components/fonts";
+import { openSans, iADuoItalic } from "../../../components/utils/fonts";
7
import { getBookData, getAllIds } from "../../../lib/books";
8
import { useRouter } from "next/router";
9
import moment from "moment";
0 commit comments