first commit
This commit is contained in:
13
calcom/packages/app-store/_components/AppSettings.tsx
Normal file
13
calcom/packages/app-store/_components/AppSettings.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { AppSettingsComponentsMap } from "@calcom/app-store/apps.browser.generated";
|
||||
|
||||
import { DynamicComponent } from "./DynamicComponent";
|
||||
|
||||
export const AppSettings = (props: { slug: string }) => {
|
||||
return (
|
||||
<DynamicComponent<typeof AppSettingsComponentsMap>
|
||||
wrapperClassName="border-t border-subtle p-6"
|
||||
componentMap={AppSettingsComponentsMap}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user