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 16505ff commit 383d44bCopy full SHA for 383d44b
client/src/SearchPage.jsx
@@ -21,7 +21,7 @@ import {
21
import { Alert12Filled, AlertOn16Filled, Note16Filled, Search24Regular, Warning12Filled, Warning16Color, Warning20Color } from '@fluentui/react-icons';
22
import ReactMarkdown from 'react-markdown';
23
import Cookies from 'js-cookie';
24
-import styles from './assets/styles/SearchPage.module.css'; // Import the CSS module
+import styles from './assets/styles/SearchPage.module.css';
25
import GitHash from './components/GitVersion';
26
27
let pageStatus = "first_load";
0 commit comments