diff --git a/app/components/ui/header.tsx b/app/components/ui/header.tsx index b164d8e0..3911bbf0 100644 --- a/app/components/ui/header.tsx +++ b/app/components/ui/header.tsx @@ -1,9 +1,9 @@ +import account from "/images/account.png"; +import logo1 from "/images/logodesktop.png"; +import logo2 from "/images/logomobile.png"; +import notification from "/images/notification.png"; import { FC, useState } from "react"; -import account from "../../../public/images/account.png"; -import logo1 from "../../../public/images/logodesktop.png"; -import logo2 from "../../../public/images/logomobile.png"; -import notification from "../../../public/images/notification.png"; import MenuButton from "../sidebar/menu-button"; import MobileSidebarComponent from "../sidebar/sidebar"; @@ -23,14 +23,14 @@ const Header: FC = () => { )}