Skip to content

Commit

Permalink
Merge pull request #1436 from ebkr/relative-import
Browse files Browse the repository at this point in the history
Change from absolute to relative import for TSMM compatibility
  • Loading branch information
anttimaki authored Sep 11, 2024
2 parents 7984946 + 2f1b384 commit eed26c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profiles-modals/ImportProfileModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import ZipProvider from "../../providers/generic/zip/ZipProvider";
import ThunderstoreMod from "../../model/ThunderstoreMod";
import ThunderstoreVersion from "../../model/ThunderstoreVersion";
import ManagerInformation from "../../_managerinf/ManagerInformation";
import OnlineModList from 'components/views/OnlineModList.vue';
import OnlineModList from "../views/OnlineModList.vue";
import * as PackageDb from '../../r2mm/manager/PackageDexieStore';
let fs: FsProvider;
Expand Down

0 comments on commit eed26c2

Please sign in to comment.