Skip to content

Commit

Permalink
feat(console): Connected group email accounts & group billing (#2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu authored Aug 25, 2023
1 parent 46809b3 commit 57f855a
Show file tree
Hide file tree
Showing 85 changed files with 3,628 additions and 2,100 deletions.
2 changes: 1 addition & 1 deletion apps/console/app/components/AppBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

// TODO migrate to FolderPlusIcon and remove bespoke version
import { type ServicePlanType } from '@proofzero/types/identity'
import { ServicePlanType } from '@proofzero/types/billing'
import { ApplicationList } from '../Applications/ApplicationList'

// AppBox
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Menu, Transition } from '@headlessui/react'
import { Pill } from '@proofzero/design-system/src/atoms/pills/Pill'
import { Text } from '@proofzero/design-system/src/atoms/text/Text'
import { ServicePlanType } from '@proofzero/types/identity'
import { ServicePlanType } from '@proofzero/types/billing'
import { Fragment } from 'react'
import { HiDotsVertical, HiOutlineCog } from 'react-icons/hi'
import { HiOutlineTrash } from 'react-icons/hi2'
Expand Down
Loading

0 comments on commit 57f855a

Please sign in to comment.