fix(motd): run prettier

This commit is contained in:
Beebles
2024-08-07 17:17:53 -06:00
parent 1f9359988b
commit 6f8c414859
3 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -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();