Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
HOOOO98 committed Jan 23, 2024
1 parent addad91 commit 7dee80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TripSpace/FriendList/FriendList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Avatar} from '@chakra-ui/react';

import styles from './FriendList.module.scss';

import {FriendListProps} from '@/types/friendList';
import {FriendListProps} from '@/types/FriendList';
function FriendList({users}: FriendListProps) {
return (
<div className={styles.container}>
Expand Down

0 comments on commit 7dee80e

Please sign in to comment.