refactor: organize css

This commit is contained in:
Arvid Norlin
2024-05-28 12:36:13 +02:00
parent f68b184d93
commit 1aa3b39c17
11 changed files with 243 additions and 262 deletions

View File

@@ -86,3 +86,7 @@ type BenefitValueInformation = {
export type BenefitValueProps = {
benefit: BenefitValueInformation
}
export type BenefitListProps = {
levels: ComparisonLevel[]
}