mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +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";
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
import { useEffect, useState } from 'react';
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import logoImage from '/public/logo-only.png';
|
||||
import logoImage from '@/public/logo-only.png';
|
||||
import { usePathname } from "next/navigation";
|
||||
import { Tooltip, Modal, ModalContent, ModalHeader, ModalBody, ModalFooter, useDisclosure } from "@heroui/react";
|
||||
import { UserButton } from "@/app/lib/components/user_button";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue