Skip to content

Commit 9321a4f

Browse files
committed
fixed path issue after file reorg
1 parent 19240cc commit 9321a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/books/info/[book].js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { ReactMarkdown } from "react-markdown/lib/react-markdown";
22
import Image from "next/image";
33
import Layout from "../../../components/layout";
4-
import Section from "../../../components/section";
4+
import Section from "../../../components/sections/section";
55
import Link from "next/link";
6-
import { openSans, iADuoItalic } from "../../../components/fonts";
6+
import { openSans, iADuoItalic } from "../../../components/utils/fonts";
77
import { getBookData, getAllIds } from "../../../lib/books";
88
import { useRouter } from "next/router";
99
import moment from "moment";

0 commit comments

Comments
 (0)