Skip to content

Commit

Permalink
fixed import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenliuu committed Nov 18, 2024
1 parent 6aa7765 commit 5290ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/fakestackoverflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import TagsInfo from './main/profile/tags';
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';
import CommunityInfo from './main/profile/community';

const ProtectedRoute = ({
user,
Expand Down

0 comments on commit 5290ee4

Please sign in to comment.