mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -77,7 +77,10 @@ const GeneralSettingsPage = lazy(
|
||||
),
|
||||
)
|
||||
const SecuritySettingsPage = lazy(
|
||||
() => import("./pages/DeploySettingsPage/SecuritySettingsPage"),
|
||||
() =>
|
||||
import(
|
||||
"./pages/DeploySettingsPage/SecuritySettingsPage/SecuritySettingsPage"
|
||||
),
|
||||
)
|
||||
const AppearanceSettingsPage = lazy(
|
||||
() =>
|
||||
|
||||
Reference in New Issue
Block a user