Skip to content

Commit

Permalink
hot fix: add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Jul 11, 2024
1 parent 25798aa commit 4e5ff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SharesList/SharesList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IFinancialInstrument } from '@/typing';
import { ServerSharePreview } from '../SharePreview';
import styles from './SharesList.module.scss';
import styles from './sharesList.module.scss';

type Props = {
instruments: IFinancialInstrument[];
Expand Down

0 comments on commit 4e5ff81

Please sign in to comment.