Skip to content

Commit

Permalink
fix(documentation): code smell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidritter-dotcom committed Jun 4, 2024
1 parent ef32169 commit 3354737
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { MetaComponent } from '@root/types';
import type { Args, StoryContext, StoryObj } from '@storybook/web-components';
import { html, nothing } from 'lit';
import { mapClasses } from '@/utils';
import { MetaComponent } from '@root/types';

const VALIDATION_STATE_MAP: Record<string, undefined | boolean> = {
'null': undefined,
Expand Down

0 comments on commit 3354737

Please sign in to comment.