Skip to content

Fix import casing mismatches for placeholder components

jedmund requested to merge fix/editor-import-casing into main

Created by: jedmund

Summary

  • Corrects AudioPlaceHolderAudioPlaceholder, IFramePlaceHolderIFramePlaceholder, and VideoPlaceHolderVideoPlaceholder import paths and variable names in editor.svelte
  • Fixes 2 TypeScript errors caused by filename casing mismatches between imports and actual files on disk

Test plan

  • Verify pnpm run check no longer reports casing mismatch errors for these files
  • Verify editor placeholder components still render correctly

Merge request reports

Loading