10 lines
235 B
TypeScript
10 lines
235 B
TypeScript
import { AvailabilitySettings } from "@calcom/atoms/monorepo";
|
|
|
|
import PageWrapper from "@components/PageWrapper";
|
|
|
|
export default function Availability() {
|
|
return <AvailabilitySettings />;
|
|
}
|
|
|
|
Availability.PageWrapper = PageWrapper;
|