Compare commits

...

2 commits

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';

View file

@ -6,4 +6,4 @@ cd ..
cd ..
cd py
python api.py
py api.py