import React from "react"; // layouts import { WorkspaceSettingLayout } from "layouts/setting-layout/workspace-setting-layout"; // component import { WorkspaceSettingHeader } from "components/headers"; // ui import { Button } from "@plane/ui"; // types import type { NextPage } from "next"; const BillingSettings: NextPage = () => ( }> Billing & Plans Current plan You are currently using the free plan View Plans ); export default BillingSettings;
You are currently using the free plan