Skip to content

Commit

Permalink
remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 25, 2024
1 parent f8b350c commit 495db0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"project": [
"src/**/*.tsx",
"src/**/*.ts",
"!src/**/__mocks__/**"
]
}
"project": ["src/**/*.tsx", "src/**/*.ts", "!src/**/__mocks__/**"]
}
2 changes: 1 addition & 1 deletion src/containers/audiobook/egwList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type EgwAudiobooksListProps = PaginatedProps<
GetEgwAudiobookListPageDataQuery
>;

export function EgwAudiobooksList({
function EgwAudiobooksList({
nodes,
pagination,
}: EgwAudiobooksListProps): JSX.Element {
Expand Down

0 comments on commit 495db0a

Please sign in to comment.