Lint files

This commit is contained in:
AbdBarho
2022-12-29 13:00:54 +01:00
parent 71e260ec52
commit 0ffbe625f5
12 changed files with 265 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { useId } from "react";
export function CircleBackground({ color, width = 558, height = 558, ...props }) {
let id = useId();
const id = useId();
return (
<svg viewBox="0 0 558 558" width={width} height={height} fill="none" aria-hidden="true" {...props}>