finish migration to less deps

This commit is contained in:
Chris Kruining 2025-03-31 14:49:31 +02:00
parent 3a762d2343
commit aa12f5443c
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
19 changed files with 94 additions and 142 deletions

View file

@ -10,7 +10,7 @@ type OverviewProps = {
categories: Category[];
};
export function Overview(props: OverviewProps) {
export const Overview: Component<OverviewProps> = (props) => {
return (
<div class={css.container}>
<Hero entry={props.highlight}></Hero>