From 404e9aac68cc4462876445441012f805ef4aed46 Mon Sep 17 00:00:00 2001 From: saboooooor Date: Wed, 12 Jun 2024 04:53:16 -0600 Subject: [PATCH] a --- src/routes/resources/rgb/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/resources/rgb/index.tsx b/src/routes/resources/rgb/index.tsx index 30844cfd..9ba6fb4d 100644 --- a/src/routes/resources/rgb/index.tsx +++ b/src/routes/resources/rgb/index.tsx @@ -5,7 +5,7 @@ import { Gradient } from '~/components/util/HexUtils'; import { defaults, loadPreset, presets, v3formats } from '~/components/util/PresetUtils'; import { convertToHex, convertToRGB, generateOutput, getBrightness, getRandomColor } from '~/components/util/RGBUtils'; -import { Add, ChevronDown, ChevronUp, ColorFillOutline, Remove, SettingsOutline, Text, Trash, TrashBinOutline, TrashOutline } from 'qwik-ionicons'; +import { Add, ChevronDown, ChevronUp, ColorFillOutline, Remove, SettingsOutline, Text, TrashOutline } from 'qwik-ionicons'; import { Button, ColorPicker, Header, Dropdown, TextArea, TextInput, Toggle } from '@luminescent/ui'; import { inlineTranslate, useSpeak } from 'qwik-speak';