mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Moved settings cards to cards
This commit is contained in:
parent
d9a26a63de
commit
3d7a31d3de
@ -3,8 +3,8 @@
|
||||
|
||||
import Sidebar from '@/components/Sidebar';
|
||||
import ErrorToast from '@/components/Error';
|
||||
import { ProfileSettings } from '@/components/settings/ProfileSettings';
|
||||
import { PasswordSettings } from '@/components/settings/PasswordSettings';
|
||||
import { ProfileSettings } from '@/components/cards/settings/ProfileSettings';
|
||||
import { PasswordSettings } from '@/components/cards/settings/PasswordSettings';
|
||||
import { useState } from 'react';
|
||||
|
||||
interface SettingsPageProps {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
import { useState } from 'react';
|
||||
import axios from 'axios';
|
||||
import Cookies from 'js-cookie';
|
||||
import SuccessToast from '../Success';
|
||||
import SuccessToast from '@/components/Success';
|
||||
|
||||
export const PasswordSettings = ({ onError }: { onError: (message: string) => void }) => {
|
||||
const [oldPassword, setOldPassword] = useState('');
|
||||
Loading…
x
Reference in New Issue
Block a user