Skip to content

Commit 03a8909

Browse files
committed
chore: get pull from main to fix issues
1 parent f502ad4 commit 03a8909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/components/bookcard.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import React, { useState } from "react"
33
import StarRatings from "react-star-ratings"
44
import { Card, Row, Col } from "react-bootstrap"
55

6-
import AmazonURL from "../components/amazonurl"
7-
import Bookmark from "../components/bookmark"
8-
import GoodReadsImage from "../components/goodreadsimage"
6+
import AmazonURL from "./amazonurl"
7+
import Bookmark from "./bookmark"
8+
import GoodReadsImage from "./goodreadsimage"
99

1010
const truncateContent = content => {
1111
if (!content) {

0 commit comments

Comments
 (0)