small fixes
This commit is contained in:
parent
e9f91f3f73
commit
088aa0170c
2 changed files with 1 additions and 3 deletions
|
@ -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';
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ cd ..
|
|||
cd ..
|
||||
|
||||
cd py
|
||||
python api.py
|
||||
py api.py
|
Loading…
Reference in a new issue