Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Dec 26, 2023
1 parent b8119b4 commit 43ca3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export default (api: IApi) => {
import './nprogress.css';`
: ''
}
import UserLoading from ${JSON.stringify(globalLoading)};
import UserLoading from '${globalLoading}';
import React, { useLayoutEffect, type FC } from 'react';
import { useSiteData } from 'dumi';
Expand Down

0 comments on commit 43ca3b5

Please sign in to comment.