borsa / nextjs-app /src /app /scanner /layout.tsx
bot
diag: add /api/diag/telegram to inspect bot credentials + reachability
fb9081e
import type { Metadata } from 'next'
export const metadata: Metadata = {
title: 'Hisse Tarayıcı',
description: 'Teknik göstergeler ile BIST hisse taraması. RSI, MACD, Bollinger ve özel filtreler.',
}
export default function ScannerLayout({ children }: { children: React.ReactNode }) {
return children
}