app: Remove unused bookcard import.

This commit is contained in:
Samisha
2020-09-22 21:58:08 +05:30
committed by Vishnu KS
parent 64d9be9221
commit 18ef998136

View File

@@ -3,7 +3,6 @@ import { graphql } from "gatsby"
import Layout from "../components/layout"
import SEO from "../components/seo"
import BookCard from "../components/bookcard"
import SideBar from "../components/sidebar"
import { Container, Row, Col } from "react-bootstrap"
import BookFeed from "../components/feed"