Skip to content

Commit

Permalink
feat(admin-ui): update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Jun 15, 2022
1 parent c9c8b6f commit c246d4f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions admin-ui/plugins/admin/components/CustomScripts/CustomScriptForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ import {
Form,
FormGroup,
Input,
} from '../../../../app/components'
import GluuLabel from '../../../../app/routes/Apps/Gluu/GluuLabel'
import GluuInumInput from '../../../../app/routes/Apps/Gluu/GluuInumInput'
import GluuInputEditor from '../../../../app/routes/Apps/Gluu/GluuInputEditor'
import GluuProperties from '../../../../app/routes/Apps/Gluu/GluuProperties'
import Counter from '../../../../app/components/Widgets/GroupedButtons/Counter'
import GluuCommitFooter from '../../../../app/routes/Apps/Gluu/GluuCommitFooter'
import GluuCommitDialog from '../../../../app/routes/Apps/Gluu/GluuCommitDialog'
import GluuTooltip from '../../../../app/routes/Apps/Gluu/GluuTooltip'
import { SCRIPT } from '../../../../app/utils/ApiResources'
} from 'Components'
import GluuLabel from 'Routes/Apps/Gluu/GluuLabel'
import GluuInumInput from 'Routes/Apps/Gluu/GluuInumInput'
import GluuInputEditor from 'Routes/Apps/Gluu/GluuInputEditor'
import GluuProperties from 'Routes/Apps/Gluu/GluuProperties'
import Counter from 'Components/Widgets/GroupedButtons/Counter'
import GluuCommitFooter from 'Routes/Apps/Gluu/GluuCommitFooter'
import GluuCommitDialog from 'Routes/Apps/Gluu/GluuCommitDialog'
import GluuTooltip from 'Routes/Apps/Gluu/GluuTooltip'
import { SCRIPT } from 'Utils/ApiResources'
import { useTranslation } from 'react-i18next'
import items from './scriptTypes'

Expand Down

0 comments on commit c246d4f

Please sign in to comment.