Rename files, folders

This commit is contained in:
inpsyde-maticluznar 2024-10-23 15:24:52 +02:00
parent e971ea33be
commit 222bd0848e
No known key found for this signature in database
GPG key ID: D005973F231309F6
21 changed files with 197 additions and 46 deletions

View file

@ -0,0 +1,5 @@
const SelectBoxWrapper = ( props ) => {
return <div className="ppcp-r-select-box-wrapper">{ props.children }</div>;
};
export default SelectBoxWrapper;