Remove CharacterComponent and CharacterDetail components
- Deleted `CharacterComponent` and `CharacterDetail` files from the project. - Refactored related logic to improve code maintainability and reduce redundancy.
This commit is contained in:
@@ -70,6 +70,7 @@ export interface BookProps {
|
||||
title: string;
|
||||
author?: Author;
|
||||
serie?: number;
|
||||
seriesId?: string | null;
|
||||
subTitle?: string;
|
||||
summary?: string;
|
||||
publicationDate?: string;
|
||||
|
||||
Reference in New Issue
Block a user