From ff34c1ef381a67de74b216b3d1ed12e38ebf4c0b Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 08:10:19 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 9124d3d according to the output from Prettier. Details: None --- src/App.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 00c21c349..6538a3ccd 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -29,14 +29,14 @@ const HelpCenter = React.lazy(() => import("./pages/FooterPages/HelpCenter")); const Notifications = React.lazy(() => import("./components/Notification")); const SideBar = React.lazy(() => import("./components/SideBar")); const Navbar = React.lazy(() => import("./components/Navbar")); -const DeleteAccount = React.lazy(() => - import("./components/SettingsComponents/DeleteAccount"), +const DeleteAccount = React.lazy( + () => import("./components/SettingsComponents/DeleteAccount"), ); -const SettingsSidebar = React.lazy(() => - import("./components/SettingsComponents/Sidebar"), +const SettingsSidebar = React.lazy( + () => import("./components/SettingsComponents/Sidebar"), ); -const SoundSetting = React.lazy(() => - import("./components/SettingsComponents/Sounds"), +const SoundSetting = React.lazy( + () => import("./components/SettingsComponents/Sounds"), ); export function getModalStyle() {