upddate layout login

This commit is contained in:
Gugus Darmayanto 2024-09-24 07:17:54 +07:00
parent 2259540ba0
commit 0fb7f14a82

View File

@ -6,7 +6,7 @@ import { type PropsWithChildren } from 'react';
* The contents of this function only run in Node.js environments and do not have access to the DOM or browser APIs. * The contents of this function only run in Node.js environments and do not have access to the DOM or browser APIs.
*/ */
export default function Root({ children }: PropsWithChildren) { export default function Root({ children }: PropsWithChildren) {
return ( return (
<html lang="en"> <html lang="en">
<head> <head>
<meta charSet="utf-8" /> <meta charSet="utf-8" />