borsa / nextjs-app /src /app /eligible /layout.tsx
bot
diag: add /api/diag/telegram to inspect bot credentials + reachability
fb9081e
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
}