Skip to content

Commit

Permalink
chore: fix broken virtual import
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeorgreentea committed Aug 6, 2024
1 parent 196017f commit 75db6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grimoire/modules/spells/src/runtime/exports.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore
import { handlers as spells } from "#spells-virtual/definitions";
import { handlers as spells } from "#spells-virtual/spells";

import type { BaseVirtualHandler } from "@gtc-nova/kit/runtime";
import type { Spell } from "../types";
Expand Down

0 comments on commit 75db6a3

Please sign in to comment.