1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:46:39 -04:00

bump some deps

This commit is contained in:
2022-02-25 10:33:20 -05:00
parent e6f1955efb
commit 6ee40f99db
3 changed files with 148 additions and 142 deletions

View File

@ -1,6 +1,6 @@
import NextImage from "next/image";
import classNames from "classnames";
import type { ImageProps as NextImageProps } from "next/image";
import type { ImageProps as NextImageProps, StaticImageData } from "next/image";
import styles from "./Image.module.css";