Import SEO in Admin and add SEO element

cgen-cce94918c8f14268a746a930324dc9fb
This commit is contained in:
Builder.io 2025-10-19 21:24:49 +00:00
parent a0278b1c9b
commit 14dddbe031

View file

@ -1,4 +1,5 @@
import Layout from "@/components/Layout";
import SEO from "@/components/SEO";
import LoadingScreen from "@/components/LoadingScreen";
import { useAuth } from "@/contexts/AuthContext";
import { useCallback, useEffect, useMemo, useState } from "react";