Added new buttons in the dashboard

This commit is contained in:
atyabbin
2024-06-18 09:56:00 +05:30
parent d716f18c2e
commit e287e80257

View File

@@ -1,6 +1,7 @@
import { z } from "zod";
export const apiOrigin = import.meta.env.VITE_ENTE_API_ORIGIN ?? "https://api.ente.io";
export const apiOrigin =
import.meta.env.VITE_ENTE_API_ORIGIN ?? "https://api.ente.io";
const UserDetails = z.object({}).passthrough();