diff options
Diffstat (limited to 'frontend/src/components/settings/index.tsx')
| -rw-r--r-- | frontend/src/components/settings/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/settings/index.tsx b/frontend/src/components/settings/index.tsx index f9c84c7b..eb3a8bbd 100644 --- a/frontend/src/components/settings/index.tsx +++ b/frontend/src/components/settings/index.tsx @@ -1,7 +1,7 @@ import { SidebarNavigation } from 'decky-frontend-lib'; -import GeneralSettings from './pages/GeneralSettings'; -import PluginList from './pages/PluginList'; +import GeneralSettings from './pages/general'; +import PluginList from './pages/plugin_list'; export default function SettingsPage() { return ( |
