initial commit. gotta go

This commit is contained in:
2025-09-26 14:30:57 -05:00
parent b342335502
commit eb0b35bb7f
299 changed files with 6902 additions and 6741 deletions

View File

@@ -1,5 +1,5 @@
import React from "react";
import { cn } from "..";
import React from 'react';
import { cn } from '..';
export const Spinner: React.FC<
React.SVGProps<SVGSVGElement> & { innerSvgClass?: string }
@@ -18,7 +18,7 @@ export const Spinner: React.FC<
<g
strokeWidth="200"
strokeLinecap="round"
className={cn("stroke-primary-foreground", innerSvgClass)}
className={cn('stroke-primary-foreground', innerSvgClass)}
fill="none"
id="spinner"
>