From 6e21feba0d45f160734139c434b190801294428e Mon Sep 17 00:00:00 2001 From: Vishnu Nithin Reddy <78612244+nithinrdy@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:16:23 +0530 Subject: [PATCH] Group like imports --- src/pages/Settings/UserSettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Settings/UserSettingsPage.tsx b/src/pages/Settings/UserSettingsPage.tsx index efcaad02..83b30e78 100644 --- a/src/pages/Settings/UserSettingsPage.tsx +++ b/src/pages/Settings/UserSettingsPage.tsx @@ -9,6 +9,7 @@ import SettingsSkeleton from "@src/components/Settings/SettingsSkeleton"; import SettingsSection from "@src/components/Settings/SettingsSection"; import Account from "@src/components/Settings/UserSettings/Account"; import Theme from "@src/components/Settings/UserSettings/Theme"; +import TableSettings from "@src/components/Settings/UserSettings/TableSettings"; import Personalization from "@src/components/Settings/UserSettings/Personalization"; import { @@ -19,7 +20,6 @@ import { } from "@src/atoms/projectScope"; import { useScrollToHash } from "@src/hooks/useScrollToHash"; import { UserSettings } from "@src/types/settings"; -import TableSettings from "@src/components/Settings/UserSettings/TableSettings"; export interface IUserSettingsChildProps { settings: UserSettings;