Skip to content

Commit

Permalink
Update Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ataideverton committed Jan 7, 2025
1 parent a18c5e4 commit e6e37ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions react/admin/OrganizationSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { Spinner, useToast } from '@vtex/admin-ui'

import { organizationSettingsMessages as messages } from '../utils/messages'
import { organizationBulkAction } from '../utils/organizationBulkAction'
import GET_SALES_CHANNELS from '../graphql/getSalesChannels.graphql'
import SELECTED_SALES_CHANNELS from '../graphql/getSelectedChannels.graphql'
import UPDATE_SALES_CHANNELS from '../graphql/updateSalesChannels.graphql'
import UPDATE_B2B_SETTINGS from '../graphql/updateB2BSettings.graphql'
import GET_B2B_SETTINGS from '../graphql/getB2BSettings.graphql'
import GET_SALES_CHANNELS from '../../graphql/getSalesChannels.graphql'
import SELECTED_SALES_CHANNELS from '../../graphql/getSelectedChannels.graphql'
import UPDATE_SALES_CHANNELS from '../../graphql/updateSalesChannels.graphql'
import UPDATE_B2B_SETTINGS from '../../graphql/updateB2BSettings.graphql'
import GET_B2B_SETTINGS from '../../graphql/getB2BSettings.graphql'
import { TopbarCustom } from './TopbarCustom'

interface SalesChannel {
Expand Down

0 comments on commit e6e37ab

Please sign in to comment.