lint using oxlint (#106)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { atom } from "jotai";
|
||||
import type { CodeProposal, ProposalResult } from "@/lib/schemas";
|
||||
import type { ProposalResult } from "@/lib/schemas";
|
||||
|
||||
export const proposalResultAtom = atom<ProposalResult | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user