Fix type-only import for ImgHTMLAttributes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e9e19fbd9f
commit
05b25e382c
1 changed files with 2 additions and 1 deletions
|
|
@ -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<HTMLImageElement> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue