Skip to content

Commit

Permalink
Missing web commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Dec 1, 2022
1 parent c851cf8 commit e94839c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/src/theme/Layout/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from "react";
import Layout from "@theme-original/Layout";
import { PagesBackground } from "../../partials/PagesBackground";

export default function LayoutWrapper(props) {
return (
<>
<PagesBackground/>
<Layout {...props} />
</>
);
}

0 comments on commit e94839c

Please sign in to comment.