Skip to content

Commit 3479974

Browse files
committed
Bugfix
1 parent fb25b55 commit 3479974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* istanbul ignore file */
22
import { Database, Model as ORMModel } from "@vuex-orm/core";
3-
import ORMInstance from "@vuex-orm/core/lib/data/instance";
3+
import ORMInstance from "@vuex-orm/core/lib/data/Instance";
44
import RootState from "@vuex-orm/core/lib/modules/contracts/RootState";
55
import { ApolloLink } from "apollo-link";
66
import { DocumentNode } from "graphql/language/ast";

0 commit comments

Comments
 (0)