Skip to content

Commit

Permalink
fix: Build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
badalkhatri0924 committed Dec 30, 2023
1 parent f58f6d3 commit 772e56b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/web/lib/app/authenticator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useOrganizationTeams } from '@app/hooks';
import { useQuery } from '@app/hooks/useQuery';
import { getAuthenticatedUserDataAPI } from '@app/services/client/api';
import { userState } from '@app/stores';
import TeamPageSkeleton from '@components/shared/skeleton/TeamPageSkeleton';
import { CreateTeamModal } from 'lib/features';
import { JoinTeamModal } from 'lib/features/team/join-team-modal';
import { GetServerSidePropsContext, NextPage, PreviewData } from 'next';
Expand All @@ -18,8 +17,6 @@ type Params = {
};

export function withAuthentication(Component: NextPage<any, any>, params: Params) {
const { showPageSkeleton = true } = params;

const AppComponent = (props: any) => {
// const { trans } = useTranslation();
const [user, setUser] = useRecoilState(userState);
Expand Down

0 comments on commit 772e56b

Please sign in to comment.