Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
COMP: Removed unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDanMiller committed Mar 19, 2024
1 parent 0f6b6aa commit d21923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/utilities/ImageWithFallback.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from "react";
import { useState } from "react";
import fallbackImage from "../../assets/default-institution-image.png";
import Image from "next/image";

Expand Down

0 comments on commit d21923f

Please sign in to comment.