Skip to content

Commit

Permalink
chore(framework): removed unused schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Sep 9, 2024
1 parent e290f8f commit 4fb2afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExtendedJsonSchema, Schema } from '../../../types/schema.types';
import { Schema } from '../../../types/schema.types';

const ABSOLUTE_AND_RELATIVE_URL_REGEX = '^(?!mailto:)(?:(https?):\\/\\/[^\\s/$.?#].[^\\s]*)|^(\\/[^\\s]*)$';

Expand Down

0 comments on commit 4fb2afa

Please sign in to comment.