Skip to content

Commit

Permalink
chore(website): lint and typecheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Dec 10, 2022
1 parent d9629a4 commit a7b7830
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/ui/src/lib/primitives/Link/Link.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import clsx from 'clsx';
import {JSX, splitProps} from 'solid-js';
import {omitProps} from 'solid-use';
import {Text, TextProps} from '../Text/Text';
import * as styles from './Link.css';

Expand Down
9 changes: 8 additions & 1 deletion packages/ui/src/lib/utils/factory.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import {DOMElements, ElementType} from '@solid-aria/types';
import {ComponentProps, createComponent, JSX, mergeProps, ParentProps, splitProps} from 'solid-js';
import {
ComponentProps,
createComponent,
JSX,
mergeProps,
ParentProps,
splitProps,
} from 'solid-js';
import {Dynamic} from 'solid-js/web';

// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit a7b7830

Please sign in to comment.