"use client"; import { FlagListingView } from "@calcom/features/flags/pages/flag-listing-view"; import { Meta } from "@calcom/ui"; import PageWrapper from "@components/PageWrapper"; import { getLayout } from "@components/auth/layouts/AdminLayout"; const FlagsPage = () => (