Skip to content

Commit

Permalink
mongo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
g-pooja-03 committed Nov 18, 2024
1 parent 0de00a1 commit fced7da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions client/src/components/fakestackoverflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ import UserSelection from './login';
import ProfilePage from './main/profile';
import AccountInfo from './main/profile/accountInfo';
import TagsInfo from './main/profile/tags';
import CommunityInfo from './main/profile/community';
import ChooseTagsPage from './login/newUser/chooseTagsPage/index';
import ChooseCommunityPage from './login/newUser/chooseCommunityPage';
import CommunityHomePage from './main/homePage/community';
import PostLoginCommunity from './login/newUser/chooseCommunityPage';
import ChatPage from './main/chat';

const ProtectedRoute = ({
Expand Down
2 changes: 1 addition & 1 deletion client/src/services/userService.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Tag, User } from '../types';
import { User } from '../types';
import api from './config';

const USER_API_URL = `${process.env.REACT_APP_SERVER_URL}/user`;
Expand Down

0 comments on commit fced7da

Please sign in to comment.