Skip to content

Commit

Permalink
fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Loe committed Oct 12, 2023
1 parent 125fa7e commit 322ee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/extensionsMigrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import {
type ModComponentStateV0,
type ModComponentStateV1,
type ModComponentStateV2,
type ModComponentStateV3,
isModComponentStateV0,
isModComponentStateV1,
isModComponentStateV2,
ModComponentStateV3,
isModComponentStateV3,
} from "@/store/extensionsTypes";
import { omit } from "lodash";
Expand Down

0 comments on commit 322ee6c

Please sign in to comment.