mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Moved settings cards to cards
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user