add results per page dropdown

This commit is contained in:
Brandon Egger
2023-03-16 21:42:20 -05:00
parent aea93a4895
commit f185e264f9
3 changed files with 37 additions and 7 deletions

View File

@ -1,6 +1,5 @@
import { createProxySSGHelpers } from "@trpc/react-query/ssg";
import Head from "next/head";
import Link from "next/link";
import { useRouter } from "next/router";
import ResourceTable from "~/components/ResourceTable";
import { appRouter } from "~/server/api/root";

View File