Fix TypeScript build errors

- Fixed unused variable warnings by prefixing with underscore
- Removed unused imports
- Removed test files from repository
This commit is contained in:
DaX
2025-06-18 23:18:21 +02:00
parent 7f20d342fc
commit f87512725b
6 changed files with 7 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { getFilamentColor, getColorStyle, getContrastColor } from '../data/bambuLabColors';
import { getFilamentColor, getColorStyle } from '../data/bambuLabColors';
interface ColorCellProps {
colorName: string;