remove and cleanup unused code (#4074)

This commit is contained in:
Zane
2025-08-14 16:27:53 -07:00
committed by GitHub
parent c498fa018d
commit f609f27db0
72 changed files with 1 additions and 4792 deletions
-9
View File
@@ -1,9 +0,0 @@
export function Bars() {
return (
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="32" fill="#101010" />
<rect x="16" y="23" width="32" height="8" rx="4" fill="white" />
<rect x="16" y="34" width="20" height="8" rx="4" fill="white" />
</svg>
);
}