浏览代码

Add missing import for billing modal

Mauricio Araujo 2 年之前
父节点
当前提交
ee362d6497
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/main/home/Home.tsx

+ 1 - 0
dashboard/src/main/home/Home.tsx

@@ -64,6 +64,7 @@ import CreateClusterForm from "./infrastructure-dashboard/forms/CreateClusterFor
 import Integrations from "./integrations/Integrations";
 import LaunchWrapper from "./launch/LaunchWrapper";
 import ModalHandler from "./ModalHandler";
+import BillingModal from "./modals/BillingModal";
 import Navbar from "./navbar/Navbar";
 import { NewProjectFC } from "./new-project/NewProject";
 import Onboarding from "./onboarding/Onboarding";