whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
presto-player
/
src
/
admin
/
settings
/
components
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/plugins/presto-player/src/admin/settings/components/Page.js
export default ({ children, title, description }) => { return ( <div className="presto-flow presto-settings__page"> <div className="presto-flow" style={{ "--presto-flow-space": "1em" }}> {title && <h1>{title}</h1>} {description && <p>{description}</p>} </div> <div className="presto-settings__body "> <div className="presto-flow">{children}</div> </div> </div> ); };
Copyright ©2021 || Defacer Indonesia