Skip to content

Commit

Permalink
chore: migrate availability page
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Oct 26, 2023
1 parent 3706e51 commit fdafe69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/app/future/(layout)/availability/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import AvailabilityPage from "@pages/availability";

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

import { useAutoAnimate } from "@formkit/auto-animate/react";
import { useRouter, useSearchParams, usePathname } from "next/navigation";
import { useCallback } from "react";
Expand Down

0 comments on commit fdafe69

Please sign in to comment.