fix img imports

This commit is contained in:
Ramnique Singh 2025-08-12 06:45:08 +05:30
parent 9a980f2f9f
commit ef885fc831
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import { createProjectWithOptions, createProjectFromJsonWithOptions, createProje
import { useRouter } from 'next/navigation';
import clsx from 'clsx';
import Image from 'next/image';
import mascotImage from '/public/mascot.png';
import mascotImage from '@/public/mascot.png';
import { Button } from "@/components/ui/button";
import { Upload, ChevronLeftIcon, ChevronRightIcon } from "lucide-react";
import { TextareaWithSend } from "@/app/components/ui/textarea-with-send";