Skip to content

Commit

Permalink
Update packages/playground/components/src/PathMappingControl/PathMapp…
Browse files Browse the repository at this point in the history
…ingControl.tsx

Co-authored-by: Bero <[email protected]>
  • Loading branch information
adamziel and bgrgicak authored Jul 15, 2024
1 parent 12651e8 commit e8242bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import { Icon, chevronRight, chevronDown } from '@wordpress/icons';
import '@wordpress/components/build-style/style.css';
import './style.css';

// Define the type for the file structure
// Define the type for the file structure
type FileNode = {
name: string;
type: 'file' | 'folder';
Expand Down

0 comments on commit e8242bd

Please sign in to comment.