Skip to content

Commit

Permalink
chore: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
immdipu committed Aug 31, 2024
1 parent 6bdbda9 commit 425e22f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions src/app/component/ImageComponent/Image.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"use client";
import React, { useState } from "react";
import Image from "next/image";
import { StaticImageData } from "next/image";
import failedImage from "@/assets/streamlandFailedImage.png";
import failedImage from "@/assets/StreamlandFailedImage.png";
import clsx from "clsx";
import Image, { StaticImageData } from "next/image";
import React, { useState } from "react";

interface ImagesProps {
src: string;
Expand Down
File renamed without changes

0 comments on commit 425e22f

Please sign in to comment.