Refactoring settings

This commit is contained in:
sageTheDM 2024-10-01 09:29:52 +02:00
parent 7bfaed2a27
commit 003e353073
7 changed files with 898 additions and 1052 deletions

View file

@ -3,7 +3,7 @@ import {
createAccount,
checkCredentials,
} from '../backend/database';
import Settings from './Settings'; // Import the Settings component
import Settings from './settings/Settings'; // Import the Settings component
const Login: React.FC = () => {
// State to handle popup visibility