Skip to content

Commit

Permalink
chore: cleanup lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed May 14, 2024
1 parent cf81dbb commit 2ee4c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/voting/NewProposalFormButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
ProposalFormFetchError,
} from './NewProposalFormErrors.tsx';
import { useSession } from '../auth/hooks.ts';
import { schemas, sdk, type Draft, type Proposal } from '../../sdk.ts';
import { schemas, sdk } from '../../sdk.ts';
import {
Form,
FormControl,
Expand Down

0 comments on commit 2ee4c93

Please sign in to comment.