Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Apr 13, 2023
1 parent 2ce97ce commit 3abe986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/data/tagPages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TagPage } from "../types/Page"
import { normalizePage } from "./pages"
import { normalizePage } from "./basePages"

export function normalizeFindTagPageResponse (tagPageResponse: Record<string, any>): TagPage {
return tagPageResponse.value.items?.map(normalizeTagPage)
Expand Down

0 comments on commit 3abe986

Please sign in to comment.