Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 4, 2025
1 parent d318d7e commit c592135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/colors/FormatGroup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
import { inGamut, type PlainColorObject } from 'colorjs.io/fn';
import Output from '$lib/components/colors/Output.svelte';
import ExternalLink from '$lib/components/util/ExternalLink.svelte';
import type { FormatGroup } from '$lib/constants';
import { ColorSpace } from '$lib/stores';
import { getSpaceFromFormatId } from '$lib/utils';
import ExternalLink from '../util/ExternalLink.svelte';
interface Props {
type: 'bg' | 'fg';
color: PlainColorObject;
Expand Down
3 changes: 1 addition & 2 deletions src/lib/components/colors/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
import { type Writable } from 'svelte/store';
import CopyButton from '$lib/components/util/CopyButton.svelte';
import Icon from '$lib/components/util/Icon.svelte';
import type { ColorFormatId } from '$lib/constants';
import { gamut } from '$lib/stores';
import { getSpaceFromFormatId } from '$lib/utils';
import Icon from '../util/Icon.svelte';
interface Props {
type: 'bg' | 'fg';
color: Writable<PlainColorObject>;
Expand Down

0 comments on commit c592135

Please sign in to comment.