Skip to content

Commit 4b81d78

Browse files
committed
feat: add SocialSharingFooter component and remove PodcastsList along with related components
1 parent 77e2e29 commit 4b81d78

File tree

11 files changed

+111
-500
lines changed

11 files changed

+111
-500
lines changed

app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "./globals.css";
33
import type { Metadata } from "next";
44
import Header from "@/components/Header";
55
import Footer from "@/components/Footer";
6-
import PodcastContextProvider from "@/context/PodcastContext";
6+
// import PodcastContextProvider from "@/context/PodcastContext";
77
import ArticleContextProvider from "@/context/ArticleContext";
88

99
export const metadata: Metadata = {
@@ -27,13 +27,13 @@ export default function RootLayout({
2727
</head>
2828
<body>
2929
<ArticleContextProvider>
30-
<PodcastContextProvider>
30+
{/* <PodcastContextProvider> */}
3131
<Container>
3232
<Header />
3333
{children}
3434
<Footer />
3535
</Container>
36-
</PodcastContextProvider>
36+
{/* </PodcastContextProvider> */}
3737
</ArticleContextProvider>
3838
</body>
3939
</html>

app/podcasts/[title]/loading.tsx

Lines changed: 0 additions & 109 deletions
This file was deleted.

app/podcasts/[title]/page.tsx

Lines changed: 0 additions & 147 deletions
This file was deleted.

app/podcasts/page.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)