Files
2026-07-13 12:43:34 +08:00

15 lines
253 B
JavaScript

import './globals.css'
export const metadata = {
title: 'Super AGI',
description: 'Generated by create next app',
}
export default function RootLayout({ children }) {
return (
<html lang="en">
<body>{children}</body>
</html>
)
}