diff --git a/app/components/settings/Settings.tsx b/app/components/settings/Settings.tsx index 87b05b6..83612d0 100644 --- a/app/components/settings/Settings.tsx +++ b/app/components/settings/Settings.tsx @@ -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'; diff --git a/deployment_scripts/windows/scripts/run_py.bat b/deployment_scripts/windows/scripts/run_py.bat index d54c44e..c0a9e93 100644 --- a/deployment_scripts/windows/scripts/run_py.bat +++ b/deployment_scripts/windows/scripts/run_py.bat @@ -6,4 +6,4 @@ cd .. cd .. cd py -python api.py \ No newline at end of file +py api.py \ No newline at end of file