Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Nov 22, 2023
1 parent 8c74448 commit 47a76a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/pair-input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { observer } from 'mobx-react-lite';
import * as React from 'react';

import { Button, IconButton } from '../button';
import { Dropdown } from '../dropdown';
import { ExpressionInput } from '../expression-input';
import { TextField } from '../text-field';
import { Tooltip } from '../tooltip';
import { Dropdown } from '../dropdown';

type PairInputFieldProps = {
id: string;
Expand Down

0 comments on commit 47a76a7

Please sign in to comment.