Skip to content

Commit

Permalink
adjust build
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson Souza Matias authored and Janderson Souza Matias committed Jan 15, 2024
1 parent e1bed6c commit 90a2b62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import { Box, HStack, Text, VStack } from '@chakra-ui/react';
import { useContext, useState } from 'react';
import { useTranslation } from 'react-i18next';
import EditUser from './EditUser';
import ChangePassword from './ChangePassword';
import Users from './Users';
import Icon from '@/components/Base/Icon';
import HeaderPage from '@/components/HeaderPage';
import Logs from './Logs';
import { UserContext } from '@/contexts/UserContext';
import ChangeLanguage from './ChangeLanguage';
import Regions from './Regions';
import ChangeLanguage from './ChangeLanguage';

const SettingsPage: React.FC = () => {
const { t } = useTranslation();
Expand Down

0 comments on commit 90a2b62

Please sign in to comment.