this repo has no description
0
fork

Configure Feed

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

vendor lazily

+1 -1
+1 -1
src/demos/components/pokedex-table-section.tsx
··· 1 1 import * as React from "react"; 2 2 import { POKEMON_LIMIT } from "~/demos/pokemon-listing/constants"; 3 - import { lazily } from "~/demos/utils/lazily"; 3 + import { lazily } from "~/vendor/lazily"; 4 4 import { PaginationNav } from "~/demos/components/pagination-nav"; 5 5 import { PokemonTableSkeleton } from "./pokemon-table-skeleton"; 6 6
src/demos/utils/lazily.ts src/vendor/lazily.ts