feat(client): profile-wip

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-01-02 15:58:17 +08:00
parent 61d2d2aef3
commit 0a4f459188
18 changed files with 272 additions and 59 deletions

View File

@@ -14,7 +14,7 @@ export function withFallback<P extends object>(
};
Wrapped.displayName = `withFallback(${Component.displayName! || Component.name || 'Component'
})`;
})`;
return Wrapped;
}