mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
fix img imports
This commit is contained in:
parent
9a980f2f9f
commit
ef885fc831
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue