Skip to content

Commit

Permalink
fixup! nit re #10541, import types like modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Feb 21, 2024
1 parent b51505a commit 4d838cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/src/components/ControlledListManager/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
ControlledListItem,
Label,
NewLabel,
} from "@/types/controlledListManager";
} from "@/types/ControlledListManager";

const DEFAULT_TOAST_LIFE = 5000;
const ERROR = "error";
Expand Down

0 comments on commit 4d838cc

Please sign in to comment.