Skip to content

Commit 30a04dc

Browse files
committed
fix: correct NewsletterPopup import path)
1 parent c680d42 commit 30a04dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/theme/Layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import React from "react";
22
import Layout from "@theme-original/Layout";
33
import NavbarFirebaseAuthGithub from "@site/src/components/ui/NavbarFirebaseAuthGithub";
4-
import NewsletterPopup from "@site/src/components/NewsletterPopup";
4+
import NewsletterPopup from '../components/NewsletterPopup';
5+
56

67

78
export default function CustomLayout({ children, ...props }) {

0 commit comments

Comments
 (0)