SYMBOL INDEX (11 symbols across 7 files) FILE: src/app/layout.tsx function RootLayout (line 75) | function RootLayout({ FILE: src/app/page.tsx function getPosts (line 6) | async function getPosts() { function Home (line 34) | async function Home() { FILE: src/components/Blog.tsx type PostsType (line 5) | interface PostsType { FILE: src/components/Main.tsx type MainProps (line 9) | interface MainProps { FILE: src/components/theme-provider.tsx type Theme (line 5) | type Theme = "dark" | "light"; type ThemeProviderProps (line 7) | type ThemeProviderProps = { type ThemeProviderState (line 11) | type ThemeProviderState = { function ThemeProvider (line 23) | function ThemeProvider({ children }: ThemeProviderProps) { FILE: src/components/theme-toggle.tsx function ThemeToggle (line 7) | function ThemeToggle() { FILE: src/types/PostType.ts type PostType (line 1) | interface PostType {