Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Welsh committed Oct 18, 2023
1 parent a50df6b commit 30045b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/theme/Layout/Provider/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {composeProviders} from '@docusaurus/theme-common';
import { composeProviders } from '@docusaurus/theme-common';
import {
ColorModeProvider,
AnnouncementBarProvider,
Expand All @@ -16,6 +16,6 @@ const Provider = composeProviders([
PluginHtmlClassNameProvider,
NavbarProvider,
]);
export default function LayoutProvider({children}) {
export default function LayoutProvider({ children }) {
return <Provider>{children}</Provider>;
}

0 comments on commit 30045b6

Please sign in to comment.