diff --git a/frontend/src/components/AuthImage.tsx b/frontend/src/components/AuthImage.tsx index e3e7142..5fdd359 100644 --- a/frontend/src/components/AuthImage.tsx +++ b/frontend/src/components/AuthImage.tsx @@ -1,4 +1,5 @@ -import { useEffect, useState, ImgHTMLAttributes } from "react"; +import { useEffect, useState } from "react"; +import type { ImgHTMLAttributes } from "react"; import client from "../api/client"; interface AuthImageProps extends ImgHTMLAttributes {