mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
housekeeping: renames, unused imports
This commit is contained in:
parent
85adfcd139
commit
f7a3c8579d
59 changed files with 72 additions and 80 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Modal, ModalContent, ModalHeader, ModalBody, ModalFooter, Spinner } from "@heroui/react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { AlertCircle, CheckIcon } from "lucide-react";
|
||||
import { getPrices, getCustomer, updateSubscriptionPlan } from "@/app/actions/billing_actions";
|
||||
import { getPrices, getCustomer, updateSubscriptionPlan } from "@/app/actions/billing.actions";
|
||||
import { useEffect, useState } from "react";
|
||||
import { PricesResponse, SubscriptionPlan } from "@/app/lib/types/billing_types";
|
||||
import { z } from "zod";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue