diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx
index b7e4064..d37634a 100644
--- a/frontend/src/pages/Home.tsx
+++ b/frontend/src/pages/Home.tsx
@@ -17,6 +17,7 @@ import { ConfigSelector } from '../components/ConfigSelector';
import MarkdownRender from '../components/MarkdownRender';
import commonStore from '../stores/commonStore';
import { Completion } from './Completion';
+import { ResetConfigsButton } from '../components/ResetConfigsButton';
export type IntroductionContent = { [lang: string]: string }
@@ -65,7 +66,8 @@ export const Home: FC = observer(() => {
return (
-

+
{t('Introduction')}
@@ -85,6 +87,7 @@ export const Home: FC = observer(() => {