1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 23:21:29 -04:00

bump next to 12.1.0

This commit is contained in:
2022-02-17 19:38:12 -05:00
parent 147128516e
commit 6256223517
8 changed files with 99 additions and 140 deletions

View File

@ -1,6 +1,6 @@
import useSWR from "swr";
import Loading from "../Loading/Loading";
import { fetcher } from "../../lib/fetcher";
import { fetcher } from "../../lib/helpers/fetcher";
export type HitCounterProps = {
slug: string;