import type { AppMeta } from "@calcom/types/App";
import config from "./config.json";
export const metadata = {
category: "other",
dirName: "qr_code",
...config,
} as AppMeta;
export default metadata;