diff --git a/src/pages/popup/components/layout/MainLayout.tsx b/src/pages/popup/components/layout/MainLayout.tsx index cae10685..ebd78684 100644 --- a/src/pages/popup/components/layout/MainLayout.tsx +++ b/src/pages/popup/components/layout/MainLayout.tsx @@ -8,12 +8,12 @@ const Divider = () => { export const MainLayout = ({ children }: { children: React.ReactNode }) => { return (