Skip to content

Commit

Permalink
missed updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Oct 4, 2024
1 parent b1448a9 commit 867e8c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/abs/[id]/references.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NextPage } from 'next';
import { useRouter } from 'next/router';
import { path } from 'ramda';
import { APP_DEFAULTS } from '@/config';
import { ItemsSkeleton } from '@/components';
import { ItemsSkeleton } from '@/components/ResultList/ItemsSkeleton';

const ReferencesPage: NextPage = () => {
const router = useRouter();
Expand Down
5 changes: 3 additions & 2 deletions src/pages/abs/[id]/toc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import { NextPage } from 'next';
import { useMemo } from 'react';
import { useRouter } from 'next/router';
import { path } from 'ramda';
import { ItemsSkeleton, StandardAlertMessage } from '@/components';
import { parseAPIError } from '@/utils';
import { ItemsSkeleton } from '@/components/ResultList/ItemsSkeleton';
import { parseAPIError } from '@/utils/common/parseAPIError';
import { StandardAlertMessage } from '@/components/Feedbacks';

const VolumePage: NextPage = () => {
const router = useRouter();
Expand Down

0 comments on commit 867e8c5

Please sign in to comment.