From 2b6e69ce1b8c426b80453e25300c4f1bf6bfd512 Mon Sep 17 00:00:00 2001 From: seunghyunOh Date: Sun, 11 Dec 2022 15:51:29 +0900 Subject: [PATCH] Fix Build Error --- frontend/components/billing/Plan.tsx | 4 +++- frontend/pages/api/files/UploadSecrets.ts | 2 +- .../api/integrations/ChangeHerokuConfigVars.ts | 14 ++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/frontend/components/billing/Plan.tsx b/frontend/components/billing/Plan.tsx index b051e7435..69b7baaba 100644 --- a/frontend/components/billing/Plan.tsx +++ b/frontend/components/billing/Plan.tsx @@ -2,6 +2,8 @@ import React from 'react'; import StripeRedirect from '~/pages/api/organization/StripeRedirect'; +import { tempLocalStorage } from '../utilities/checks/tempLocalStorage'; + interface Props { plan: { name: string; @@ -66,7 +68,7 @@ export default function Plan({ plan }: Props) {