Skip to content

Commit

Permalink
Add missing import for billing modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MauAraujo committed May 9, 2024
1 parent 8e442ec commit ee362d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/main/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ee362d6

Please sign in to comment.