Skip to content

Commit

Permalink
directory cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Gu-81 committed Jan 22, 2025
1 parent 4e415f4 commit a6bc768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SearchPage/MyFriends/MyFriends.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { List, Container } from '@mui/material';
import { removeFriend } from '../../../services/friendService';
import { removeFriend } from '../../../utilities/friendService';
import AppBar from '../../AppBar/AppBar';
import NavigationBar from '../../NavigationBar/NavigationBar';
import UserItem from '../UserItem/UserItem';
Expand Down
2 changes: 1 addition & 1 deletion src/components/SearchPage/SearchPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
findPendingRequestDoc,
fetchUserFriends,
removeFriend
} from '../../services/friendService';
} from '../../utilities/friendService';
import UserItem from './UserItem/UserItem';

function SearchPage({ userUID }) {
Expand Down

0 comments on commit a6bc768

Please sign in to comment.