2025-05-06 02:13:23 +08:00

6 lines
133 B
TypeScript

import "@/app/globals.css"
export default function Layout({ children }: { children: React.ReactNode }) {
return <>{children}</>
}