Skip to content

Commit

Permalink
fix TS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Nov 10, 2024
1 parent c6d438a commit 2a73d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { decamelizeKeys } from 'humps';
import stringify from './qs-stringify';
import { getBasePath } from './url';

import type { Mushaf, MushafLines, QuranFont, QuranFontMushaf } from '@/types/quran';
import { isStaticBuild } from '@/utils/build';
import { Mushaf, MushafLines, QuranFont, QuranFontMushaf } from 'types/QuranReader';

export const ITEMS_PER_PAGE = 10;

Expand Down

0 comments on commit 2a73d28

Please sign in to comment.