diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d9244b..3e8060a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,24 +7,9 @@ export default function RootLayout({ }) { return ( - {/* - - - - - */} + + + {children} diff --git a/src/pages/api/podcasts/hobbits/rss/index.ts b/src/pages/api/podcasts/hobbits/rss/index.ts index eb4a8d6..fcb7a7e 100644 --- a/src/pages/api/podcasts/hobbits/rss/index.ts +++ b/src/pages/api/podcasts/hobbits/rss/index.ts @@ -26,9 +26,4 @@ export default function handler( Insert(sql_userAgent, views as string[], function(message){ console.log(message); }) -} - - - - - +} \ No newline at end of file