remove free plan and features from /settings/billing

This commit is contained in:
m5r
2021-10-20 20:29:21 +02:00
parent feb049f26a
commit 5df0634060
2 changed files with 39 additions and 59 deletions

View File

@ -1,7 +1,6 @@
import type { BlitzPage } from "blitz";
import { Link, Routes } from "blitz";
import { HiCheck } from "react-icons/hi";
import clsx from "clsx";
import * as Panelbear from "@panelbear/panelbear-js";
import BaseLayout from "../components/base-layout";