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>2024-09-13 17:22:14 -0600
commit6f8c41485915b63cd02984d75a48d59d165328b3 (patch)
tree80fe1cee5bf013e9df3d817715e90c7ae00aa51e /frontend/src/components/PluginView.tsx
parent1f9359988b4a0e2d48c54768276258baf77bceb0 (diff)
downloaddecky-loader-6f8c41485915b63cd02984d75a48d59d165328b3.tar.gz
decky-loader-6f8c41485915b63cd02984d75a48d59d165328b3.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 682abfc1..e800dc0d 100644
--- a/frontend/src/components/PluginView.tsx
+++ b/frontend/src/components/PluginView.tsx
@@ -5,10 +5,10 @@ import { FaEyeSlash } from 'react-icons/fa';
import { Plugin } from '../plugin';
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 { hiddenPlugins } = useDeckyState();