Skip to content

Commit

Permalink
refactor: rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Jan 13, 2025
1 parent 3af7f3d commit 809f2c2
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/CreateCustomer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { useFormik } from 'formik'
import { RefObject, useRef } from 'react'
import { array, object, ref, string } from 'yup'

import { BillingAccordion } from '~/components/customers/addDrawer/BillingAccordion'
import { CustomerInformation } from '~/components/customers/addDrawer/CustomerInformation'
import { ExternalAppsAccordion } from '~/components/customers/addDrawer/ExternalAppsAccordion'
import { BillingAccordion } from '~/components/customers/createCustomer/BillingAccordion'
import { CustomerInformation } from '~/components/customers/createCustomer/CustomerInformation'
import { ExternalAppsAccordion } from '~/components/customers/createCustomer/ExternalAppsAccordion'
import {
LocalCustomerMetadata,
MetadataAccordion,
} from '~/components/customers/addDrawer/MetadataAccordion'
} from '~/components/customers/createCustomer/MetadataAccordion'
import { Button, DrawerRef, Typography } from '~/components/designSystem'
import { CenteredPage } from '~/components/layouts/Pages'
import { WarningDialog, WarningDialogRef } from '~/components/WarningDialog'
Expand Down

0 comments on commit 809f2c2

Please sign in to comment.