Skip to content

Commit

Permalink
remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-s-nava committed Jan 17, 2025
1 parent 25fdf7a commit 621edc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/[locale]/search/QueryProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { useSearchParams } from "next/navigation";
import { createContext, useCallback, useMemo, useState } from "react";

export interface QueryContextParams {
interface QueryContextParams {
queryTerm: string | null | undefined;
updateQueryTerm: (term: string) => void;
totalPages: string | null | undefined;
Expand Down

0 comments on commit 621edc4

Please sign in to comment.