🚚 Move assets to public folder (#1206)

This commit is contained in:
Alejandra
2024-05-20 13:15:23 -05:00
committed by GitHub
parent eaa443736d
commit 44ed5b1783
5 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import {
import { useQueryClient } from "@tanstack/react-query"
import { FiLogOut, FiMenu } from "react-icons/fi"
import Logo from "../../assets/images/fastapi-logo.svg"
import Logo from "/assets/images/fastapi-logo.svg"
import type { UserPublic } from "../../client"
import useAuth from "../../hooks/useAuth"
import SidebarItems from "./SidebarItems"