Initialize Aidoit v0.1 monorepo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import "@aidoit/ui/styles.css";
|
||||
|
||||
export const metadata = {
|
||||
title: "Aidoit MSP",
|
||||
description: "Infrastructure management workspace",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{ children: React.ReactNode }>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user