Skip to content

Commit

Permalink
Move to folder for RN compat
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 2, 2024
1 parent 6176a66 commit 17dc47e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { validateFileSize as originalValidateFileSize } from '@wordpress/media-u
/**
* Internal dependencies
*/
import { store as editorStore } from '../store';
import { store as editorStore } from '../../store';

/**
* Verifies whether the file is within the file upload size limits for the site.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function validateFileSize() {}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
/**
* Internal dependencies
*/
import { store as editorStore } from '../store';
import { store as editorStore } from '../../store';

/**
* Verifies if the caller (e.g. a block) supports this mime type.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function validateMimeType() {}

0 comments on commit 17dc47e

Please sign in to comment.