Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Sep 17, 2024
1 parent a6edb17 commit 901e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/schemas/documents/siteSettings/brokenLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SanityDocument, SlugRule } from "@sanity/types";
import { type Slug, defineField, defineType } from "sanity";

import PrefixedSlugInput from "studio/components/slug/PrefixedSlugInput";
import { pageBuilderID } from "studio/schemas/builders/pageBuilder";
import { pageBuilderID } from "studio/schemas/documents/pageBuilder";
import { blogId } from "studio/schemas/documents/blog";
import { compensationsId } from "studio/schemas/documents/compensations";

Expand Down

0 comments on commit 901e74b

Please sign in to comment.