Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ataideverton committed Jan 7, 2025
1 parent ab75e2d commit f093461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/admin/OrganizationSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { useQuery, useMutation } from 'react-apollo'
import { PageBlock, Table, IconCheck, Button, Checkbox } from 'vtex.styleguide'
import { Spinner, useToast } from '@vtex/admin-ui'

import { organizationSettingsMessages as messages } from './utils/messages'
import { organizationBulkAction } from './utils/organizationBulkAction'
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'
Expand Down

0 comments on commit f093461

Please sign in to comment.