summaryrefslogtreecommitdiff
path: root/frontend/src/components/PluginView.tsx
diff options
context:
space:
mode:
authorBeebles <102569435+beebls@users.noreply.github.com>2024-08-07 17:17:53 -0600
committerBeebles <102569435+beebls@users.noreply.github.com>2025-08-01 06:45:40 -0600
commit267b11c9bfcdb9d777da4099997203f4bebb1764 (patch)
treec0dbf3c0a23c20c7dd8240a350fe75e9ec005dae /frontend/src/components/PluginView.tsx
parent5a212e95fc2dfb6725b6996b4a72a2acd8a6b942 (diff)
downloaddecky-loader-267b11c9bfcdb9d777da4099997203f4bebb1764.tar.gz
decky-loader-267b11c9bfcdb9d777da4099997203f4bebb1764.zip
fix(motd): run prettier
Diffstat (limited to 'frontend/src/components/PluginView.tsx')
-rw-r--r--frontend/src/components/PluginView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx
index 3f72486f..d6f7ff8f 100644
--- a/frontend/src/components/PluginView.tsx
+++ b/frontend/src/components/PluginView.tsx
@@ -4,10 +4,10 @@ import { useTranslation } from 'react-i18next';
import { FaEyeSlash } from 'react-icons/fa';
import { useDeckyState } from './DeckyState';
+import { MotdDisplay } from './MotdDisplay';
import NotificationBadge from './NotificationBadge';
import { useQuickAccessVisible } from './QuickAccessVisibleState';
import TitleView from './TitleView';
-import { MotdDisplay } from './MotdDisplay';
const PluginView: FC = () => {
const { plugins, hiddenPlugins, updates, activePlugin, pluginOrder, setActivePlugin, closeActivePlugin } =