fix: align styles

This commit is contained in:
Arvid Norlin
2024-04-22 14:55:47 +02:00
parent 7b92be973c
commit b12ccfafef
11 changed files with 35 additions and 103 deletions

View File

@@ -1,5 +1,6 @@
import type { User } from "@/types/user"
export type OverviewProps = {
title: string
user: User
}