import type { Metadata } from 'next' import { Providers } from './providers' import { Flex } from '@chakra-ui/react' export const metadata: Metadata = { title: 'HSL Bike Helper', description: 'An app that makes prediction based on Open Data from the Helsinki Bike System.', } const RootLayout = ({ children, }: Readonly<{ children: React.ReactNode }>) => { return (