Skip to content

Commit f2f46c8

Browse files
committed
edit schema reference file path
1 parent 593122e commit f2f46c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/2024/schemas/5e-SRD-Classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { z } from 'zod';
2-
import { APIReferenceSchema, ChoiceSchema } from '../../src/schemas/common';
2+
import { APIReferenceSchema, ChoiceSchema } from '../../schemas/common';
33

44
const SpellcastingInfoSchema = z.object({
55
name: z.string(),

0 commit comments

Comments
 (0)