import './globals.css';

export const metadata = {
  title: 'Create ProcessCube App',
  description: 'Generated by create processcube app',
};

export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  );
}
