diff --git a/apps/builder/components/account/BillingSection.tsx b/apps/builder/components/account/BillingSection.tsx
index 1bf1d002c..44186a13e 100644
--- a/apps/builder/components/account/BillingSection.tsx
+++ b/apps/builder/components/account/BillingSection.tsx
@@ -1,6 +1,7 @@
import { Stack, Heading, HStack, Button, Text } from '@chakra-ui/react'
import { NextChakraLink } from 'components/nextChakra/NextChakraLink'
import { useUser } from 'contexts/UserContext'
+import { Plan } from 'db'
import React from 'react'
import { SubscriptionTag } from './SubscriptionTag'
@@ -17,10 +18,13 @@ export const BillingSection = () => {
{user?.stripeId && (
-