Skip to content

Commit

Permalink
Merge pull request #886 from RainBondsongyg/rainstore
Browse files Browse the repository at this point in the history
fix: package Layout Provider
  • Loading branch information
zzzhangqi authored Sep 28, 2024
2 parents 77b54a5 + 3f6abdc commit 2bdc191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/marketplace/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from '@docusaurus/Head';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import LayoutProviders from '@theme/LayoutProviders';
import LayoutProviders from '@theme/Layout/Provider';
import React from 'react';
import NavBar from '../../components/NavBar';
import styles from '../index.module.scss';
Expand Down

0 comments on commit 2bdc191

Please sign in to comment.