Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Jan 14, 2025
1 parent 8db93a1 commit 32bf087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/pages/team/[slug]/[type].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { getBookerWrapperClasses } from "@calcom/features/bookings/Booker/utils/

import PageWrapper from "@components/PageWrapper";

import TypePage, { type PageProps } from "~/team/type-view";
import type { PageProps } from "~/team/type-view";
import TypePage from "~/team/type-view";

const Page = (props: PageProps) => {
return (
Expand Down

0 comments on commit 32bf087

Please sign in to comment.