| Línea 2... |
Línea 2... |
| 2 |
import { useParams } from 'react-router-dom';
|
2 |
import { useParams } from 'react-router-dom';
|
| Línea 3... |
Línea 3... |
| 3 |
|
3 |
|
| 4 |
import { useFetch } from '@hooks';
|
4 |
import { useFetch } from '@hooks';
|
| 5 |
import { axios } from '@utils';
|
5 |
import { axios } from '@utils';
|
| 6 |
import { Spinner } from '@shared/components';
|
6 |
import { Spinner } from '@shared/components';
|
| 7 |
import GroupActions from '@groups/components/group-actions/GroupActions';
|
7 |
import GroupActions from '@groups/components/sections-cards/group-actions/GroupActions';
|
| 8 |
import Overview from '@components/overview/Overview';
|
8 |
import Overview from '@components/overview/Overview';
|
| 9 |
import Type from '@groups/components/type/Type';
|
9 |
import Type from '@groups/components/sections-cards/type/Type';
|
| 10 |
import Industry from '@groups/components/industry/Industry';
|
10 |
import Industry from '@groups/components/sections-cards/industry/Industry';
|
| 11 |
import Privacy from '@pages/account-settings/privacy';
|
11 |
import Accessibility from '@groups/components/sections-cards/accessibility/Accessibility';
|
| 12 |
import Accessibility from '@groups/components/accessibility/Accessibility';
|
12 |
import Website from '@groups/components/sections-cards/website/Website';
|
| Línea 13... |
Línea 13... |
| 13 |
import Website from '@groups/components/website/Website';
|
13 |
import Privacy from '@groups/components/sections-cards/privacy/Privacy';
|
| 14 |
|
14 |
|
| 15 |
const GroupEditPage = () => {
|
15 |
const GroupEditPage = () => {
|