feat(SW-962): add link

This commit is contained in:
Fredrik Thorsson
2024-11-29 15:06:32 +01:00
parent 91fe2d25eb
commit e491d2cf4b
10 changed files with 49 additions and 11 deletions

View File

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