📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:18:03
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
image-optimization
/
modules
/
reviews
/
assets
/
src
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/image-optimization/modules/reviews/assets/src
🔄 Refresh
✏️
Editing: app.js
Writable
import ReviewNotifications from './components/notification'; import { useSettings } from './hooks/use-settings'; import UserFeedbackForm from './layouts/user-feedback-form'; const ReviewsApp = () => { const { notificationMessage, notificationType, } = useSettings(); return ( <> <UserFeedbackForm /> <ReviewNotifications message={ notificationMessage } type={ notificationType } /> </> ); }; export default ReviewsApp;
💾 Save Changes
❌ Cancel