feat(SW-962): add preamble

This commit is contained in:
Fredrik Thorsson
2024-12-02 17:14:38 +01:00
parent e491d2cf4b
commit 1b63dc0b64
5 changed files with 29 additions and 19 deletions

View File

@@ -1,6 +1,4 @@
export type ActivitiesSidePeekProps = {
preamble: string
contentPage?: {
href: string
}
contentPageLink: string
}