forked from React-Group/interstellar_ai
Compare commits
No commits in common. "60f9a7d058ba5a565746842296baf4af964ed541" and "28ebe02bd68c02875ae6e2940083d791eeaa5e37" have entirely different histories.
60f9a7d058
...
28ebe02bd6
2 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@ 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
|
||||
py api.py
|
||||
python api.py
|
Loading…
Reference in a new issue