chore: align styles

This commit is contained in:
Arvid Norlin
2024-04-30 10:48:11 +02:00
parent a43dc8a16f
commit a1e474073e
10 changed files with 42 additions and 35 deletions

View File

@@ -41,9 +41,7 @@ type AccountPageDynamicContent = Typename<
type AccountPageContentShortcuts = Typename<
{
title?: string
preamble?: string
shortcuts: { shortcuts: Shortcut[] }
shortcuts: { title?: string; preamble?: string; shortcuts: Shortcut[] }
},
ContentEntries.AccountPageContentShortcuts
>