init project
This commit is contained in:
11
src/app/layout.js
Normal file
11
src/app/layout.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const metadata = {
|
||||
title: 'سامانه جامع راهداری',
|
||||
}
|
||||
|
||||
export default function RootLayout({children}) {
|
||||
return (<html lang="fa" dir={'rtl'}>
|
||||
<body>
|
||||
{children}
|
||||
</body>
|
||||
</html>)
|
||||
}
|
||||
Reference in New Issue
Block a user