| import type { Metadata } from 'next' | |
| export const metadata: Metadata = { | |
| title: 'ML Uygun Hisseler', | |
| description: 'Makine öğrenmesi ile analiz edilen ve alım sinyali veren BIST hisseleri.', | |
| } | |
| export default function EligibleLayout({ children }: { children: React.ReactNode }) { | |
| return children | |
| } | |