From 2ccc9a5dcd85b616ed006ec88173ecc56e12c20e Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 25 Nov 2024 18:24:08 -0800 Subject: Revert "Blurry load" This reverts commit fab698d676d43a46b0fd5df592915ca12111dbcb. --- client/src/components/BlurryLoadImg.tsx | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 client/src/components/BlurryLoadImg.tsx (limited to 'client/src/components/BlurryLoadImg.tsx') diff --git a/client/src/components/BlurryLoadImg.tsx b/client/src/components/BlurryLoadImg.tsx deleted file mode 100644 index c28aa45..0000000 --- a/client/src/components/BlurryLoadImg.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react'; -import { ClassAttributes, ImgHTMLAttributes } from 'react'; -import { JSX } from 'react/jsx-runtime'; -import { useBlurryLoad } from '../useBlurryLoad.ts'; - -export const BlurryLoadImg = ( - props: JSX.IntrinsicAttributes & - ClassAttributes & - ImgHTMLAttributes & { 'data-large': string } -) => { - useBlurryLoad(); - return ( - - ); -}; -- cgit v1.2.3