Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 5, 2024
1 parent eef4ed6 commit 1b6c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { PartialDeep } from 'type-fest';
import type { avatarDef } from './components/avatar/Avatar.styles';
import type { badgeDef } from './components/badge/Badge.styles';
import type { buttonDef } from './components/button/Button.styles';
import type { inputDef } from './components/input/Input';
import type { inputDef } from './components/input/Input.styles';
import type { labelDef } from './components/label/Label.styles';
import type { tableDef } from './components/table/Table.styles';

Expand Down

0 comments on commit 1b6c2ea

Please sign in to comment.