Skip to content

Commit 383d44b

Browse files
committed
cleanup
1 parent 16505ff commit 383d44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/SearchPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
import { Alert12Filled, AlertOn16Filled, Note16Filled, Search24Regular, Warning12Filled, Warning16Color, Warning20Color } from '@fluentui/react-icons';
2222
import ReactMarkdown from 'react-markdown';
2323
import Cookies from 'js-cookie';
24-
import styles from './assets/styles/SearchPage.module.css'; // Import the CSS module
24+
import styles from './assets/styles/SearchPage.module.css';
2525
import GitHash from './components/GitVersion';
2626

2727
let pageStatus = "first_load";

0 commit comments

Comments
 (0)