Remove unused var
This commit is contained in:
@@ -6,7 +6,6 @@ interface Props {
|
|||||||
description?: string;
|
description?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const a = "asdsad";
|
|
||||||
const { title = "NikitaPozd Dev", description = "" } = Astro.props;
|
const { title = "NikitaPozd Dev", description = "" } = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user