🚚 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

@@ -20,7 +20,7 @@ import {
} from "@tanstack/react-router"
import { type SubmitHandler, useForm } from "react-hook-form"
import Logo from "../assets/images/fastapi-logo.svg"
import Logo from "/assets/images/fastapi-logo.svg"
import type { Body_login_login_access_token as AccessToken } from "../client"
import useAuth, { isLoggedIn } from "../hooks/useAuth"
import { emailPattern } from "../utils"