fix: make it work with new vite
This commit is contained in:
@@ -8,7 +8,7 @@ export function Link(
|
||||
props: {
|
||||
href?: string;
|
||||
class?: string;
|
||||
style?: preact.JSX.CSSProperties;
|
||||
style?: preact.CSSProperties;
|
||||
children: preact.ComponentChildren;
|
||||
"data-thumb"?: string;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user