Feat: Rename the files in the jsonjoy-builder directory to lowercase. #10866 (#10908)

### What problem does this PR solve?

Feat: Rename the files in the jsonjoy-builder directory to lowercase.
#10866

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-10-31 13:42:11 +08:00
committed by GitHub
parent 09dd786674
commit c8a82da722
34 changed files with 72 additions and 629 deletions

View File

@ -1,6 +1,6 @@
import type * as Monaco from 'monaco-editor';
import { useEffect, useState } from 'react';
import type { JSONSchema } from '../types/jsonSchema.ts';
import type { JSONSchema } from '../types/json-schema.js';
export interface MonacoEditorOptions {
minimap?: { enabled: boolean };