We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c2153 commit 503a002Copy full SHA for 503a002
src/components/Header/Header.tsx
@@ -1,5 +1,6 @@
1
import { useEffect, useState } from 'react';
2
import { githubStarService } from '../../services/GitHubStarService';
3
+import { AlgorithmHint } from '../AlgorithmHint';
4
import styles from './Header.module.css';
5
6
const LEETCODE_URL = 'https://leetcode.cn/problems/minimum-path-sum/';
@@ -68,7 +69,7 @@ export function Header() {
68
69
</div>
70
71
<div className={styles.rightSection}>
- {/* 占位,保持布局平衡 */}
72
+ <AlgorithmHint />
73
74
</header>
75
);
0 commit comments