feat: add storybook for /deployment/security (#5610)

* refactor: move securitysettings to dir

* refactor: split page view SecuritySettingsPage

* feat: add storybook for security page

* fixup
This commit is contained in:
Joe Previte
2023-01-09 20:44:43 +00:00
committed by GitHub
parent f70726b43c
commit fa7deaaa5c
5 changed files with 187 additions and 105 deletions
+4 -1
View File
@@ -77,7 +77,10 @@ const GeneralSettingsPage = lazy(
),
)
const SecuritySettingsPage = lazy(
() => import("./pages/DeploySettingsPage/SecuritySettingsPage"),
() =>
import(
"./pages/DeploySettingsPage/SecuritySettingsPage/SecuritySettingsPage"
),
)
const AppearanceSettingsPage = lazy(
() =>