this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix imports

+1 -1
+1 -1
src/utils/pokemon.ts
··· 1 1 import type { QueryFunctionContext } from "@tanstack/react-query"; 2 - import { getServerPokemonList, getServerFilteredPokemonList } from "~/server/pokemon"; 2 + import { getServerPokemonList, getServerFilteredPokemonList } from "~/server/pokemon.functions"; 3 3 4 4 export const getPokemonListQueryKey = (location: string, offset: number) => { 5 5 return ["pokemon-list", location, { offset }] as const;