Skip to content

Commit

Permalink
Merge pull request #56 from intuita-inc/availability/troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Oct 27, 2023
2 parents adf60a9 + 620a840 commit bad0a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import AvailabilityTroubleshootPage from "@pages/availability/troubleshoot";

export default AvailabilityTroubleshootPage;
2 changes: 2 additions & 0 deletions apps/web/pages/availability/troubleshoot.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import dayjs from "@calcom/dayjs";
import Shell from "@calcom/features/shell/Shell";
import { useLocale } from "@calcom/lib/hooks/useLocale";
Expand Down

0 comments on commit bad0a5f

Please sign in to comment.