finish migration to less deps
This commit is contained in:
parent
3a762d2343
commit
aa12f5443c
19 changed files with 94 additions and 142 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue