Refactoring settings
This commit is contained in:
parent
7bfaed2a27
commit
003e353073
7 changed files with 898 additions and 1052 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue