small fixes

This commit is contained in:
Patrick_Pluto 2024-10-11 07:46:32 +02:00
parent e9f91f3f73
commit 088aa0170c
2 changed files with 1 additions and 3 deletions

View file

@ -12,11 +12,9 @@ import PrivacySettings from './PrivacySettings';
import FontSizeSetting from './FontSize';
import OpenSourceModeToggle from './OpenSourceToggle';
import {
changeHistory,
changeSettings,
createAccount,
deleteAccount,
getHistory,
} from '../../backend/database';
import ThemeDropdown from './DropDownTheme';