Skip to content

Commit

Permalink
fix: fix component name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Jan 2, 2024
1 parent 209fa36 commit bc53026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/book-page/book-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { format } from 'date-fns'
import { es } from 'date-fns/locale'
import Link from 'next/link'

import BookBreadcrumbs from '@/components/book-breadcrubs/book-breadcrubs'
import BookBreadcrumbs from '@/components/book-breadcrumbs/book-breadcrumbs'
import BookCard from '@/components/book-card/book-card'
import BookResponse from '@/core/book/dto/responses/book.response'
import HistoricalLoansResponse from '@/core/loan/dto/responses/historical-loans.response'
Expand Down

0 comments on commit bc53026

Please sign in to comment.