From e0e2f5470d98ba06ab3cc58ae17a596e13bf40af Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Wed, 14 Feb 2024 08:04:02 +0000 Subject: [PATCH] renamed folders --- src/{App => app}/App.scss | 0 src/{App => app}/Providers.tsx | 0 src/{App => app}/about-us/AboutUs.scss | 0 src/{App => app}/about-us/assets/header.svg | 0 src/{App => app}/about-us/page.tsx | 0 src/{App => app}/api/auth/[...nextauth]/route.ts | 0 src/{App => app}/create-report/CreateReport.scss | 0 src/{App => app}/create-report/page.tsx | 0 src/{App => app}/globals.scss | 0 src/{App => app}/layout.tsx | 0 src/{App => app}/news/News.scss | 0 src/{App => app}/news/[id]/NewsDetails.scss | 0 src/{App => app}/news/[id]/icons/calendar.svg | 0 src/{App => app}/news/[id]/icons/message.svg | 0 src/{App => app}/news/[id]/page.tsx | 0 src/{App => app}/news/page.tsx | 0 src/{App => app}/page.tsx | 0 src/{App => app}/profile/AuthGuard.tsx | 0 src/{App => app}/profile/Profile.scss | 0 src/{App => app}/profile/layout.tsx | 0 src/{App => app}/profile/my-reports/page.tsx | 0 src/{App => app}/profile/page.tsx | 0 src/{App => app}/profile/personal/page.tsx | 0 src/{App => app}/report/[id]/ReportDetails.scss | 0 src/{App => app}/report/[id]/icons/calendar.svg | 0 src/{App => app}/report/[id]/icons/def_image.svg | 0 src/{App => app}/report/[id]/icons/map-pin.svg | 0 src/{App => app}/report/[id]/page.tsx | 0 src/{App => app}/sign-in/forgot-password/page.tsx | 0 src/{App => app}/sign-in/icons/sign-in_icon.svg | 0 src/{App => app}/sign-in/page.tsx | 0 src/{App => app}/sign-in/reset-code/icons/key.svg | 0 src/{App => app}/sign-in/reset-code/page.tsx | 0 .../sign-up/confirm-email/icons/mail.svg | 0 src/{App => app}/sign-up/confirm-email/page.tsx | 0 src/{App => app}/sign-up/icons/flag.svg | 0 src/{App => app}/sign-up/page.tsx | 0 src/{App => app}/statistics/Statistics.scss | 0 src/{App => app}/statistics/page.tsx | 0 src/{App => app}/volunteers/Volunteers.scss | 0 src/{App => app}/volunteers/page.tsx | 0 src/{Entities => entities}/NewsCard/NewsCard.scss | 0 src/{Entities => entities}/NewsCard/NewsCard.tsx | 0 src/{Entities => entities}/RoadType/RoadType.scss | 0 src/{Entities => entities}/RoadType/RoadType.tsx | 0 src/{Shared => shared}/assets/logo.svg | 0 src/{Shared => shared}/config/apiConfig.ts | 0 src/{Shared => shared}/config/authConfig.ts | 0 .../fonts/TildaSans-Black/TildaSans-Black.css | 0 .../fonts/TildaSans-Black/TildaSans-Black.eot | Bin .../fonts/TildaSans-Black/TildaSans-Black.woff | Bin .../fonts/TildaSans-Black/TildaSans-Black.woff2 | Bin .../fonts/TildaSans-Bold/TildaSans-Bold.css | 0 .../fonts/TildaSans-Bold/TildaSans-Bold.eot | Bin .../fonts/TildaSans-Bold/TildaSans-Bold.woff | Bin .../fonts/TildaSans-Bold/TildaSans-Bold.woff2 | Bin .../TildaSans-ExtraBold/TildaSans-ExtraBold.css | 0 .../TildaSans-ExtraBold/TildaSans-ExtraBold.eot | Bin .../TildaSans-ExtraBold/TildaSans-ExtraBold.woff | Bin .../TildaSans-ExtraBold/TildaSans-ExtraBold.woff2 | Bin .../fonts/TildaSans-Light/TildaSans-Light.css | 0 .../fonts/TildaSans-Light/TildaSans-Light.eot | Bin .../fonts/TildaSans-Light/TildaSans-Light.woff | Bin .../fonts/TildaSans-Light/TildaSans-Light.woff2 | Bin .../fonts/TildaSans-Medium/TildaSans-Medium.css | 0 .../fonts/TildaSans-Medium/TildaSans-Medium.eot | Bin .../fonts/TildaSans-Medium/TildaSans-Medium.woff | Bin .../fonts/TildaSans-Medium/TildaSans-Medium.woff2 | Bin .../fonts/TildaSans-Regular/TildaSans-Regular.css | 0 .../fonts/TildaSans-Regular/TildaSans-Regular.eot | Bin .../fonts/TildaSans-Regular/TildaSans-Regular.woff | Bin .../fonts/TildaSans-Regular/TildaSans-Regular.woff2 | Bin .../fonts/TildaSans-Semibold/TildaSans-Semibold.css | 0 .../fonts/TildaSans-Semibold/TildaSans-Semibold.eot | Bin .../TildaSans-Semibold/TildaSans-Semibold.woff | Bin .../TildaSans-Semibold/TildaSans-Semibold.woff2 | Bin src/{Shared => shared}/fonts/fonts.scss | 0 src/{Shared => shared}/hooks/useTimeout.tsx | 0 src/{Shared => shared}/icons/arrows.svg | 0 src/{Shared => shared}/types/author-type.ts | 0 src/{Shared => shared}/types/fetch-type.ts | 0 src/{Shared => shared}/types/list-type.ts | 0 src/{Shared => shared}/types/location-type.ts | 0 src/{Shared => shared}/types/map-type.ts | 0 src/{Shared => shared}/types/my-reports.ts | 0 src/{Shared => shared}/types/news-type.ts | 0 src/{Shared => shared}/types/profile-type.ts | 0 src/{Shared => shared}/types/report-image-type.ts | 0 src/{Shared => shared}/types/report-type.ts | 0 src/{Shared => shared}/types/review-type.ts | 0 src/{Shared => shared}/types/statistics-type.ts | 0 src/{Shared => shared}/types/token-type.ts | 0 src/{Shared => shared}/types/user-rating-type.ts | 0 src/{Shared => shared}/ui/auth-classes.scss | 0 .../ui/components/Loader/Loader.scss | 0 .../ui/components/Loader/Loader.tsx | 0 .../ui/components/Paragraph/Paragraph.scss | 0 .../ui/components/Paragraph/Paragraph.tsx | 0 .../ui/components/Typography/Typography.scss | 0 .../ui/components/Typography/Typography.tsx | 0 src/{Shared => shared}/ui/variables.scss | 0 src/{Shared => shared}/variables/links.ts | 0 src/{Shared => shared}/variables/report-status.ts | 0 src/{Shared => shared}/variables/road-types.ts | 0 .../ConfirmEmailForm/ConfirmEmailForm.scss | 0 .../ConfirmEmailForm/ConfirmEmailForm.tsx | 0 src/{Widgets => widgets}/Footer/Footer.scss | 0 src/{Widgets => widgets}/Footer/Footer.tsx | 0 .../Footer/icons/app-store-btn.svg | 0 src/{Widgets => widgets}/Footer/icons/facebook.svg | 0 src/{Widgets => widgets}/Footer/icons/instagram.svg | 0 .../Footer/icons/play-market-btn.svg | 0 src/{Widgets => widgets}/Footer/icons/youtube.svg | 0 .../ForgotPasswordForm/ForgotPasswordForm.scss | 0 .../ForgotPasswordForm/ForgotPasswordForm.tsx | 0 .../confirm-code/confirm-code.scss | 0 .../confirm-code/confirm-code.tsx | 0 .../ForgotPasswordForm/confirm-code/icons/key.svg | 0 .../ForgotPasswordForm/send-email/icons/mail.svg | 0 .../ForgotPasswordForm/send-email/send-email.scss | 0 .../ForgotPasswordForm/send-email/send-email.tsx | 0 src/{Widgets => widgets}/Header/Header.scss | 0 src/{Widgets => widgets}/Header/Header.tsx | 0 .../Header/HeaderLink/HeaderLink.scss | 0 .../Header/HeaderLink/HeaderLink.tsx | 0 .../Header/HeaderLink/icons/arrow-right-circle.svg | 0 .../Header/assets/background.svg | 0 .../MapSection/HomeMap/HomeMap.scss | 0 .../MapSection/HomeMap/HomeMap.tsx | 0 .../MapSection/HomeMap/icons/geo-green.svg | 0 .../MapSection/HomeMap/icons/geo-orange.svg | 0 .../MapSection/HomeMap/icons/geo-pink.svg | 0 .../MapSection/HomeMap/icons/geo-purple.svg | 0 .../MapSection/HomeMap/icons/geo-red.svg | 0 .../MapSection/HomeMap/icons/geo-yellow.svg | 0 .../MapSection/MapSearch/MapSearch.scss | 0 .../MapSection/MapSearch/MapSearch.tsx | 0 .../MapSection/MapSearch/icons/search.svg | 0 src/{Widgets => widgets}/MapSection/MapSection.scss | 0 src/{Widgets => widgets}/MapSection/MapSection.tsx | 0 .../MapSection/Switch/Switch.scss | 0 .../MapSection/Switch/Switch.tsx | 0 .../MapSection/mapSectionStore.ts | 0 .../Navbar/NavAuth/NavAuth.scss | 0 src/{Widgets => widgets}/Navbar/NavAuth/NavAuth.tsx | 0 .../Navbar/NavLanguage/NavLanguage.scss | 0 .../Navbar/NavLanguage/NavLanguage.tsx | 0 .../Navbar/NavLanguage/icons/check.svg | 0 .../Navbar/NavLanguage/icons/chevron-down.svg | 0 .../Navbar/NavLanguage/icons/globus.svg | 0 .../Navbar/NavMenu/NavMenu.scss | 0 src/{Widgets => widgets}/Navbar/NavMenu/NavMenu.tsx | 0 src/{Widgets => widgets}/Navbar/Navbar.scss | 0 src/{Widgets => widgets}/Navbar/Navbar.tsx | 0 src/{Widgets => widgets}/Navbar/icons/cross.svg | 0 src/{Widgets => widgets}/Navbar/icons/menu.svg | 0 .../NewsSection/NewsSection.scss | 0 .../NewsSection/NewsSection.tsx | 0 .../NewsSection/icons/arrow-right.svg | 0 .../NewsSection/newsSectionStore.ts | 0 .../ProfileForm/ChangePassword/ChangePassword.scss | 0 .../ProfileForm/ChangePassword/ChangePassword.tsx | 0 .../ChangePasswordInput/ChangePasswordInput.scss | 0 .../ChangePasswordInput/ChangePasswordInput.tsx | 0 .../ChangePasswordInput/icons/eye-off.svg | 0 .../ChangePasswordInput/icons/eye-on.svg | 0 .../ProfileForm/ProfileForm.scss | 0 .../ProfileForm/ProfileForm.tsx | 0 src/{Widgets => widgets}/ProfileForm/icons/pen.svg | 0 src/{Widgets => widgets}/ProfileNav/ProfileNav.scss | 0 src/{Widgets => widgets}/ProfileNav/ProfileNav.tsx | 0 .../ProfileTable/ProfileTable.scss | 0 .../ProfileTable/ProfileTable.tsx | 0 .../RatingSection/RatingSection.scss | 0 .../RatingSection/RatingSection.tsx | 0 .../RatingSection/icons/like.svg | 0 .../RatingSection/icons/message.svg | 0 .../RatingSection/ratingSectionStore.ts | 0 .../ReportForm/CreateReportMap/CreateReportMap.scss | 0 .../ReportForm/CreateReportMap/CreateReportMap.tsx | 0 src/{Widgets => widgets}/ReportForm/ReportForm.scss | 0 src/{Widgets => widgets}/ReportForm/ReportForm.tsx | 0 .../ReportForm/icons/arrow-right.svg | 0 src/{Widgets => widgets}/ReportForm/icons/clip.svg | 0 .../ReportForm/icons/pin-image.svg | 0 .../ReportForm/icons/pin_icon.svg | 0 .../ResetCodeForm/ResetCodeForm.scss | 0 .../ResetCodeForm/ResetCodeForm.tsx | 0 .../ReviewSection/ReviewSection.scss | 0 .../ReviewSection/ReviewSection.tsx | 0 .../ReviewSection/icons/calendar.svg | 0 src/{Widgets => widgets}/SignInForm/SignInForm.scss | 0 src/{Widgets => widgets}/SignInForm/SignInForm.tsx | 0 src/{Widgets => widgets}/SignUpForm/SignUpForm.scss | 0 src/{Widgets => widgets}/SignUpForm/SignUpForm.tsx | 0 .../StatisticsSection/StatisticsSection.scss | 0 .../StatisticsSection/StatisticsSection.tsx | 0 .../StatisticsSection/statisticsSection.store.ts | 0 .../StatisticsTable/StatisticsTable.scss | 0 .../StatisticsTable/StatisticsTable.tsx | 0 .../StatisticsTable/icons/chevron-down.svg | 0 .../StatisticsTable/statistics.store.ts | 0 .../VolunteersTable/VolunteersTable.scss | 0 .../VolunteersTable/VolunteersTable.tsx | 0 204 files changed, 0 insertions(+), 0 deletions(-) rename src/{App => app}/App.scss (100%) rename src/{App => app}/Providers.tsx (100%) rename src/{App => app}/about-us/AboutUs.scss (100%) rename src/{App => app}/about-us/assets/header.svg (100%) rename src/{App => app}/about-us/page.tsx (100%) rename src/{App => app}/api/auth/[...nextauth]/route.ts (100%) rename src/{App => app}/create-report/CreateReport.scss (100%) rename src/{App => app}/create-report/page.tsx (100%) rename src/{App => app}/globals.scss (100%) rename src/{App => app}/layout.tsx (100%) rename src/{App => app}/news/News.scss (100%) rename src/{App => app}/news/[id]/NewsDetails.scss (100%) rename src/{App => app}/news/[id]/icons/calendar.svg (100%) rename src/{App => app}/news/[id]/icons/message.svg (100%) rename src/{App => app}/news/[id]/page.tsx (100%) rename src/{App => app}/news/page.tsx (100%) rename src/{App => app}/page.tsx (100%) rename src/{App => app}/profile/AuthGuard.tsx (100%) rename src/{App => app}/profile/Profile.scss (100%) rename src/{App => app}/profile/layout.tsx (100%) rename src/{App => app}/profile/my-reports/page.tsx (100%) rename src/{App => app}/profile/page.tsx (100%) rename src/{App => app}/profile/personal/page.tsx (100%) rename src/{App => app}/report/[id]/ReportDetails.scss (100%) rename src/{App => app}/report/[id]/icons/calendar.svg (100%) rename src/{App => app}/report/[id]/icons/def_image.svg (100%) rename src/{App => app}/report/[id]/icons/map-pin.svg (100%) rename src/{App => app}/report/[id]/page.tsx (100%) rename src/{App => app}/sign-in/forgot-password/page.tsx (100%) rename src/{App => app}/sign-in/icons/sign-in_icon.svg (100%) rename src/{App => app}/sign-in/page.tsx (100%) rename src/{App => app}/sign-in/reset-code/icons/key.svg (100%) rename src/{App => app}/sign-in/reset-code/page.tsx (100%) rename src/{App => app}/sign-up/confirm-email/icons/mail.svg (100%) rename src/{App => app}/sign-up/confirm-email/page.tsx (100%) rename src/{App => app}/sign-up/icons/flag.svg (100%) rename src/{App => app}/sign-up/page.tsx (100%) rename src/{App => app}/statistics/Statistics.scss (100%) rename src/{App => app}/statistics/page.tsx (100%) rename src/{App => app}/volunteers/Volunteers.scss (100%) rename src/{App => app}/volunteers/page.tsx (100%) rename src/{Entities => entities}/NewsCard/NewsCard.scss (100%) rename src/{Entities => entities}/NewsCard/NewsCard.tsx (100%) rename src/{Entities => entities}/RoadType/RoadType.scss (100%) rename src/{Entities => entities}/RoadType/RoadType.tsx (100%) rename src/{Shared => shared}/assets/logo.svg (100%) rename src/{Shared => shared}/config/apiConfig.ts (100%) rename src/{Shared => shared}/config/authConfig.ts (100%) rename src/{Shared => shared}/fonts/TildaSans-Black/TildaSans-Black.css (100%) rename src/{Shared => shared}/fonts/TildaSans-Black/TildaSans-Black.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-Black/TildaSans-Black.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-Black/TildaSans-Black.woff2 (100%) rename src/{Shared => shared}/fonts/TildaSans-Bold/TildaSans-Bold.css (100%) rename src/{Shared => shared}/fonts/TildaSans-Bold/TildaSans-Bold.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-Bold/TildaSans-Bold.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-Bold/TildaSans-Bold.woff2 (100%) rename src/{Shared => shared}/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.css (100%) rename src/{Shared => shared}/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff2 (100%) rename src/{Shared => shared}/fonts/TildaSans-Light/TildaSans-Light.css (100%) rename src/{Shared => shared}/fonts/TildaSans-Light/TildaSans-Light.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-Light/TildaSans-Light.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-Light/TildaSans-Light.woff2 (100%) rename src/{Shared => shared}/fonts/TildaSans-Medium/TildaSans-Medium.css (100%) rename src/{Shared => shared}/fonts/TildaSans-Medium/TildaSans-Medium.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-Medium/TildaSans-Medium.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-Medium/TildaSans-Medium.woff2 (100%) rename src/{Shared => shared}/fonts/TildaSans-Regular/TildaSans-Regular.css (100%) rename src/{Shared => shared}/fonts/TildaSans-Regular/TildaSans-Regular.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-Regular/TildaSans-Regular.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-Regular/TildaSans-Regular.woff2 (100%) rename src/{Shared => shared}/fonts/TildaSans-Semibold/TildaSans-Semibold.css (100%) rename src/{Shared => shared}/fonts/TildaSans-Semibold/TildaSans-Semibold.eot (100%) rename src/{Shared => shared}/fonts/TildaSans-Semibold/TildaSans-Semibold.woff (100%) rename src/{Shared => shared}/fonts/TildaSans-Semibold/TildaSans-Semibold.woff2 (100%) rename src/{Shared => shared}/fonts/fonts.scss (100%) rename src/{Shared => shared}/hooks/useTimeout.tsx (100%) rename src/{Shared => shared}/icons/arrows.svg (100%) rename src/{Shared => shared}/types/author-type.ts (100%) rename src/{Shared => shared}/types/fetch-type.ts (100%) rename src/{Shared => shared}/types/list-type.ts (100%) rename src/{Shared => shared}/types/location-type.ts (100%) rename src/{Shared => shared}/types/map-type.ts (100%) rename src/{Shared => shared}/types/my-reports.ts (100%) rename src/{Shared => shared}/types/news-type.ts (100%) rename src/{Shared => shared}/types/profile-type.ts (100%) rename src/{Shared => shared}/types/report-image-type.ts (100%) rename src/{Shared => shared}/types/report-type.ts (100%) rename src/{Shared => shared}/types/review-type.ts (100%) rename src/{Shared => shared}/types/statistics-type.ts (100%) rename src/{Shared => shared}/types/token-type.ts (100%) rename src/{Shared => shared}/types/user-rating-type.ts (100%) rename src/{Shared => shared}/ui/auth-classes.scss (100%) rename src/{Shared => shared}/ui/components/Loader/Loader.scss (100%) rename src/{Shared => shared}/ui/components/Loader/Loader.tsx (100%) rename src/{Shared => shared}/ui/components/Paragraph/Paragraph.scss (100%) rename src/{Shared => shared}/ui/components/Paragraph/Paragraph.tsx (100%) rename src/{Shared => shared}/ui/components/Typography/Typography.scss (100%) rename src/{Shared => shared}/ui/components/Typography/Typography.tsx (100%) rename src/{Shared => shared}/ui/variables.scss (100%) rename src/{Shared => shared}/variables/links.ts (100%) rename src/{Shared => shared}/variables/report-status.ts (100%) rename src/{Shared => shared}/variables/road-types.ts (100%) rename src/{Widgets => widgets}/ConfirmEmailForm/ConfirmEmailForm.scss (100%) rename src/{Widgets => widgets}/ConfirmEmailForm/ConfirmEmailForm.tsx (100%) rename src/{Widgets => widgets}/Footer/Footer.scss (100%) rename src/{Widgets => widgets}/Footer/Footer.tsx (100%) rename src/{Widgets => widgets}/Footer/icons/app-store-btn.svg (100%) rename src/{Widgets => widgets}/Footer/icons/facebook.svg (100%) rename src/{Widgets => widgets}/Footer/icons/instagram.svg (100%) rename src/{Widgets => widgets}/Footer/icons/play-market-btn.svg (100%) rename src/{Widgets => widgets}/Footer/icons/youtube.svg (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/ForgotPasswordForm.scss (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/ForgotPasswordForm.tsx (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/confirm-code/confirm-code.scss (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/confirm-code/confirm-code.tsx (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/confirm-code/icons/key.svg (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/send-email/icons/mail.svg (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/send-email/send-email.scss (100%) rename src/{Widgets => widgets}/ForgotPasswordForm/send-email/send-email.tsx (100%) rename src/{Widgets => widgets}/Header/Header.scss (100%) rename src/{Widgets => widgets}/Header/Header.tsx (100%) rename src/{Widgets => widgets}/Header/HeaderLink/HeaderLink.scss (100%) rename src/{Widgets => widgets}/Header/HeaderLink/HeaderLink.tsx (100%) rename src/{Widgets => widgets}/Header/HeaderLink/icons/arrow-right-circle.svg (100%) rename src/{Widgets => widgets}/Header/assets/background.svg (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/HomeMap.scss (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/HomeMap.tsx (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/icons/geo-green.svg (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/icons/geo-orange.svg (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/icons/geo-pink.svg (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/icons/geo-purple.svg (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/icons/geo-red.svg (100%) rename src/{Widgets => widgets}/MapSection/HomeMap/icons/geo-yellow.svg (100%) rename src/{Widgets => widgets}/MapSection/MapSearch/MapSearch.scss (100%) rename src/{Widgets => widgets}/MapSection/MapSearch/MapSearch.tsx (100%) rename src/{Widgets => widgets}/MapSection/MapSearch/icons/search.svg (100%) rename src/{Widgets => widgets}/MapSection/MapSection.scss (100%) rename src/{Widgets => widgets}/MapSection/MapSection.tsx (100%) rename src/{Widgets => widgets}/MapSection/Switch/Switch.scss (100%) rename src/{Widgets => widgets}/MapSection/Switch/Switch.tsx (100%) rename src/{Widgets => widgets}/MapSection/mapSectionStore.ts (100%) rename src/{Widgets => widgets}/Navbar/NavAuth/NavAuth.scss (100%) rename src/{Widgets => widgets}/Navbar/NavAuth/NavAuth.tsx (100%) rename src/{Widgets => widgets}/Navbar/NavLanguage/NavLanguage.scss (100%) rename src/{Widgets => widgets}/Navbar/NavLanguage/NavLanguage.tsx (100%) rename src/{Widgets => widgets}/Navbar/NavLanguage/icons/check.svg (100%) rename src/{Widgets => widgets}/Navbar/NavLanguage/icons/chevron-down.svg (100%) rename src/{Widgets => widgets}/Navbar/NavLanguage/icons/globus.svg (100%) rename src/{Widgets => widgets}/Navbar/NavMenu/NavMenu.scss (100%) rename src/{Widgets => widgets}/Navbar/NavMenu/NavMenu.tsx (100%) rename src/{Widgets => widgets}/Navbar/Navbar.scss (100%) rename src/{Widgets => widgets}/Navbar/Navbar.tsx (100%) rename src/{Widgets => widgets}/Navbar/icons/cross.svg (100%) rename src/{Widgets => widgets}/Navbar/icons/menu.svg (100%) rename src/{Widgets => widgets}/NewsSection/NewsSection.scss (100%) rename src/{Widgets => widgets}/NewsSection/NewsSection.tsx (100%) rename src/{Widgets => widgets}/NewsSection/icons/arrow-right.svg (100%) rename src/{Widgets => widgets}/NewsSection/newsSectionStore.ts (100%) rename src/{Widgets => widgets}/ProfileForm/ChangePassword/ChangePassword.scss (100%) rename src/{Widgets => widgets}/ProfileForm/ChangePassword/ChangePassword.tsx (100%) rename src/{Widgets => widgets}/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.scss (100%) rename src/{Widgets => widgets}/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.tsx (100%) rename src/{Widgets => widgets}/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-off.svg (100%) rename src/{Widgets => widgets}/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-on.svg (100%) rename src/{Widgets => widgets}/ProfileForm/ProfileForm.scss (100%) rename src/{Widgets => widgets}/ProfileForm/ProfileForm.tsx (100%) rename src/{Widgets => widgets}/ProfileForm/icons/pen.svg (100%) rename src/{Widgets => widgets}/ProfileNav/ProfileNav.scss (100%) rename src/{Widgets => widgets}/ProfileNav/ProfileNav.tsx (100%) rename src/{Widgets => widgets}/ProfileTable/ProfileTable.scss (100%) rename src/{Widgets => widgets}/ProfileTable/ProfileTable.tsx (100%) rename src/{Widgets => widgets}/RatingSection/RatingSection.scss (100%) rename src/{Widgets => widgets}/RatingSection/RatingSection.tsx (100%) rename src/{Widgets => widgets}/RatingSection/icons/like.svg (100%) rename src/{Widgets => widgets}/RatingSection/icons/message.svg (100%) rename src/{Widgets => widgets}/RatingSection/ratingSectionStore.ts (100%) rename src/{Widgets => widgets}/ReportForm/CreateReportMap/CreateReportMap.scss (100%) rename src/{Widgets => widgets}/ReportForm/CreateReportMap/CreateReportMap.tsx (100%) rename src/{Widgets => widgets}/ReportForm/ReportForm.scss (100%) rename src/{Widgets => widgets}/ReportForm/ReportForm.tsx (100%) rename src/{Widgets => widgets}/ReportForm/icons/arrow-right.svg (100%) rename src/{Widgets => widgets}/ReportForm/icons/clip.svg (100%) rename src/{Widgets => widgets}/ReportForm/icons/pin-image.svg (100%) rename src/{Widgets => widgets}/ReportForm/icons/pin_icon.svg (100%) rename src/{Widgets => widgets}/ResetCodeForm/ResetCodeForm.scss (100%) rename src/{Widgets => widgets}/ResetCodeForm/ResetCodeForm.tsx (100%) rename src/{Widgets => widgets}/ReviewSection/ReviewSection.scss (100%) rename src/{Widgets => widgets}/ReviewSection/ReviewSection.tsx (100%) rename src/{Widgets => widgets}/ReviewSection/icons/calendar.svg (100%) rename src/{Widgets => widgets}/SignInForm/SignInForm.scss (100%) rename src/{Widgets => widgets}/SignInForm/SignInForm.tsx (100%) rename src/{Widgets => widgets}/SignUpForm/SignUpForm.scss (100%) rename src/{Widgets => widgets}/SignUpForm/SignUpForm.tsx (100%) rename src/{Widgets => widgets}/StatisticsSection/StatisticsSection.scss (100%) rename src/{Widgets => widgets}/StatisticsSection/StatisticsSection.tsx (100%) rename src/{Widgets => widgets}/StatisticsSection/statisticsSection.store.ts (100%) rename src/{Widgets => widgets}/StatisticsTable/StatisticsTable.scss (100%) rename src/{Widgets => widgets}/StatisticsTable/StatisticsTable.tsx (100%) rename src/{Widgets => widgets}/StatisticsTable/icons/chevron-down.svg (100%) rename src/{Widgets => widgets}/StatisticsTable/statistics.store.ts (100%) rename src/{Widgets => widgets}/VolunteersTable/VolunteersTable.scss (100%) rename src/{Widgets => widgets}/VolunteersTable/VolunteersTable.tsx (100%) diff --git a/src/App/App.scss b/src/app/App.scss similarity index 100% rename from src/App/App.scss rename to src/app/App.scss diff --git a/src/App/Providers.tsx b/src/app/Providers.tsx similarity index 100% rename from src/App/Providers.tsx rename to src/app/Providers.tsx diff --git a/src/App/about-us/AboutUs.scss b/src/app/about-us/AboutUs.scss similarity index 100% rename from src/App/about-us/AboutUs.scss rename to src/app/about-us/AboutUs.scss diff --git a/src/App/about-us/assets/header.svg b/src/app/about-us/assets/header.svg similarity index 100% rename from src/App/about-us/assets/header.svg rename to src/app/about-us/assets/header.svg diff --git a/src/App/about-us/page.tsx b/src/app/about-us/page.tsx similarity index 100% rename from src/App/about-us/page.tsx rename to src/app/about-us/page.tsx diff --git a/src/App/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts similarity index 100% rename from src/App/api/auth/[...nextauth]/route.ts rename to src/app/api/auth/[...nextauth]/route.ts diff --git a/src/App/create-report/CreateReport.scss b/src/app/create-report/CreateReport.scss similarity index 100% rename from src/App/create-report/CreateReport.scss rename to src/app/create-report/CreateReport.scss diff --git a/src/App/create-report/page.tsx b/src/app/create-report/page.tsx similarity index 100% rename from src/App/create-report/page.tsx rename to src/app/create-report/page.tsx diff --git a/src/App/globals.scss b/src/app/globals.scss similarity index 100% rename from src/App/globals.scss rename to src/app/globals.scss diff --git a/src/App/layout.tsx b/src/app/layout.tsx similarity index 100% rename from src/App/layout.tsx rename to src/app/layout.tsx diff --git a/src/App/news/News.scss b/src/app/news/News.scss similarity index 100% rename from src/App/news/News.scss rename to src/app/news/News.scss diff --git a/src/App/news/[id]/NewsDetails.scss b/src/app/news/[id]/NewsDetails.scss similarity index 100% rename from src/App/news/[id]/NewsDetails.scss rename to src/app/news/[id]/NewsDetails.scss diff --git a/src/App/news/[id]/icons/calendar.svg b/src/app/news/[id]/icons/calendar.svg similarity index 100% rename from src/App/news/[id]/icons/calendar.svg rename to src/app/news/[id]/icons/calendar.svg diff --git a/src/App/news/[id]/icons/message.svg b/src/app/news/[id]/icons/message.svg similarity index 100% rename from src/App/news/[id]/icons/message.svg rename to src/app/news/[id]/icons/message.svg diff --git a/src/App/news/[id]/page.tsx b/src/app/news/[id]/page.tsx similarity index 100% rename from src/App/news/[id]/page.tsx rename to src/app/news/[id]/page.tsx diff --git a/src/App/news/page.tsx b/src/app/news/page.tsx similarity index 100% rename from src/App/news/page.tsx rename to src/app/news/page.tsx diff --git a/src/App/page.tsx b/src/app/page.tsx similarity index 100% rename from src/App/page.tsx rename to src/app/page.tsx diff --git a/src/App/profile/AuthGuard.tsx b/src/app/profile/AuthGuard.tsx similarity index 100% rename from src/App/profile/AuthGuard.tsx rename to src/app/profile/AuthGuard.tsx diff --git a/src/App/profile/Profile.scss b/src/app/profile/Profile.scss similarity index 100% rename from src/App/profile/Profile.scss rename to src/app/profile/Profile.scss diff --git a/src/App/profile/layout.tsx b/src/app/profile/layout.tsx similarity index 100% rename from src/App/profile/layout.tsx rename to src/app/profile/layout.tsx diff --git a/src/App/profile/my-reports/page.tsx b/src/app/profile/my-reports/page.tsx similarity index 100% rename from src/App/profile/my-reports/page.tsx rename to src/app/profile/my-reports/page.tsx diff --git a/src/App/profile/page.tsx b/src/app/profile/page.tsx similarity index 100% rename from src/App/profile/page.tsx rename to src/app/profile/page.tsx diff --git a/src/App/profile/personal/page.tsx b/src/app/profile/personal/page.tsx similarity index 100% rename from src/App/profile/personal/page.tsx rename to src/app/profile/personal/page.tsx diff --git a/src/App/report/[id]/ReportDetails.scss b/src/app/report/[id]/ReportDetails.scss similarity index 100% rename from src/App/report/[id]/ReportDetails.scss rename to src/app/report/[id]/ReportDetails.scss diff --git a/src/App/report/[id]/icons/calendar.svg b/src/app/report/[id]/icons/calendar.svg similarity index 100% rename from src/App/report/[id]/icons/calendar.svg rename to src/app/report/[id]/icons/calendar.svg diff --git a/src/App/report/[id]/icons/def_image.svg b/src/app/report/[id]/icons/def_image.svg similarity index 100% rename from src/App/report/[id]/icons/def_image.svg rename to src/app/report/[id]/icons/def_image.svg diff --git a/src/App/report/[id]/icons/map-pin.svg b/src/app/report/[id]/icons/map-pin.svg similarity index 100% rename from src/App/report/[id]/icons/map-pin.svg rename to src/app/report/[id]/icons/map-pin.svg diff --git a/src/App/report/[id]/page.tsx b/src/app/report/[id]/page.tsx similarity index 100% rename from src/App/report/[id]/page.tsx rename to src/app/report/[id]/page.tsx diff --git a/src/App/sign-in/forgot-password/page.tsx b/src/app/sign-in/forgot-password/page.tsx similarity index 100% rename from src/App/sign-in/forgot-password/page.tsx rename to src/app/sign-in/forgot-password/page.tsx diff --git a/src/App/sign-in/icons/sign-in_icon.svg b/src/app/sign-in/icons/sign-in_icon.svg similarity index 100% rename from src/App/sign-in/icons/sign-in_icon.svg rename to src/app/sign-in/icons/sign-in_icon.svg diff --git a/src/App/sign-in/page.tsx b/src/app/sign-in/page.tsx similarity index 100% rename from src/App/sign-in/page.tsx rename to src/app/sign-in/page.tsx diff --git a/src/App/sign-in/reset-code/icons/key.svg b/src/app/sign-in/reset-code/icons/key.svg similarity index 100% rename from src/App/sign-in/reset-code/icons/key.svg rename to src/app/sign-in/reset-code/icons/key.svg diff --git a/src/App/sign-in/reset-code/page.tsx b/src/app/sign-in/reset-code/page.tsx similarity index 100% rename from src/App/sign-in/reset-code/page.tsx rename to src/app/sign-in/reset-code/page.tsx diff --git a/src/App/sign-up/confirm-email/icons/mail.svg b/src/app/sign-up/confirm-email/icons/mail.svg similarity index 100% rename from src/App/sign-up/confirm-email/icons/mail.svg rename to src/app/sign-up/confirm-email/icons/mail.svg diff --git a/src/App/sign-up/confirm-email/page.tsx b/src/app/sign-up/confirm-email/page.tsx similarity index 100% rename from src/App/sign-up/confirm-email/page.tsx rename to src/app/sign-up/confirm-email/page.tsx diff --git a/src/App/sign-up/icons/flag.svg b/src/app/sign-up/icons/flag.svg similarity index 100% rename from src/App/sign-up/icons/flag.svg rename to src/app/sign-up/icons/flag.svg diff --git a/src/App/sign-up/page.tsx b/src/app/sign-up/page.tsx similarity index 100% rename from src/App/sign-up/page.tsx rename to src/app/sign-up/page.tsx diff --git a/src/App/statistics/Statistics.scss b/src/app/statistics/Statistics.scss similarity index 100% rename from src/App/statistics/Statistics.scss rename to src/app/statistics/Statistics.scss diff --git a/src/App/statistics/page.tsx b/src/app/statistics/page.tsx similarity index 100% rename from src/App/statistics/page.tsx rename to src/app/statistics/page.tsx diff --git a/src/App/volunteers/Volunteers.scss b/src/app/volunteers/Volunteers.scss similarity index 100% rename from src/App/volunteers/Volunteers.scss rename to src/app/volunteers/Volunteers.scss diff --git a/src/App/volunteers/page.tsx b/src/app/volunteers/page.tsx similarity index 100% rename from src/App/volunteers/page.tsx rename to src/app/volunteers/page.tsx diff --git a/src/Entities/NewsCard/NewsCard.scss b/src/entities/NewsCard/NewsCard.scss similarity index 100% rename from src/Entities/NewsCard/NewsCard.scss rename to src/entities/NewsCard/NewsCard.scss diff --git a/src/Entities/NewsCard/NewsCard.tsx b/src/entities/NewsCard/NewsCard.tsx similarity index 100% rename from src/Entities/NewsCard/NewsCard.tsx rename to src/entities/NewsCard/NewsCard.tsx diff --git a/src/Entities/RoadType/RoadType.scss b/src/entities/RoadType/RoadType.scss similarity index 100% rename from src/Entities/RoadType/RoadType.scss rename to src/entities/RoadType/RoadType.scss diff --git a/src/Entities/RoadType/RoadType.tsx b/src/entities/RoadType/RoadType.tsx similarity index 100% rename from src/Entities/RoadType/RoadType.tsx rename to src/entities/RoadType/RoadType.tsx diff --git a/src/Shared/assets/logo.svg b/src/shared/assets/logo.svg similarity index 100% rename from src/Shared/assets/logo.svg rename to src/shared/assets/logo.svg diff --git a/src/Shared/config/apiConfig.ts b/src/shared/config/apiConfig.ts similarity index 100% rename from src/Shared/config/apiConfig.ts rename to src/shared/config/apiConfig.ts diff --git a/src/Shared/config/authConfig.ts b/src/shared/config/authConfig.ts similarity index 100% rename from src/Shared/config/authConfig.ts rename to src/shared/config/authConfig.ts diff --git a/src/Shared/fonts/TildaSans-Black/TildaSans-Black.css b/src/shared/fonts/TildaSans-Black/TildaSans-Black.css similarity index 100% rename from src/Shared/fonts/TildaSans-Black/TildaSans-Black.css rename to src/shared/fonts/TildaSans-Black/TildaSans-Black.css diff --git a/src/Shared/fonts/TildaSans-Black/TildaSans-Black.eot b/src/shared/fonts/TildaSans-Black/TildaSans-Black.eot similarity index 100% rename from src/Shared/fonts/TildaSans-Black/TildaSans-Black.eot rename to src/shared/fonts/TildaSans-Black/TildaSans-Black.eot diff --git a/src/Shared/fonts/TildaSans-Black/TildaSans-Black.woff b/src/shared/fonts/TildaSans-Black/TildaSans-Black.woff similarity index 100% rename from src/Shared/fonts/TildaSans-Black/TildaSans-Black.woff rename to src/shared/fonts/TildaSans-Black/TildaSans-Black.woff diff --git a/src/Shared/fonts/TildaSans-Black/TildaSans-Black.woff2 b/src/shared/fonts/TildaSans-Black/TildaSans-Black.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-Black/TildaSans-Black.woff2 rename to src/shared/fonts/TildaSans-Black/TildaSans-Black.woff2 diff --git a/src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.css b/src/shared/fonts/TildaSans-Bold/TildaSans-Bold.css similarity index 100% rename from src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.css rename to src/shared/fonts/TildaSans-Bold/TildaSans-Bold.css diff --git a/src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.eot b/src/shared/fonts/TildaSans-Bold/TildaSans-Bold.eot similarity index 100% rename from src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.eot rename to src/shared/fonts/TildaSans-Bold/TildaSans-Bold.eot diff --git a/src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.woff b/src/shared/fonts/TildaSans-Bold/TildaSans-Bold.woff similarity index 100% rename from src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.woff rename to src/shared/fonts/TildaSans-Bold/TildaSans-Bold.woff diff --git a/src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.woff2 b/src/shared/fonts/TildaSans-Bold/TildaSans-Bold.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-Bold/TildaSans-Bold.woff2 rename to src/shared/fonts/TildaSans-Bold/TildaSans-Bold.woff2 diff --git a/src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.css b/src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.css similarity index 100% rename from src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.css rename to src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.css diff --git a/src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot b/src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot similarity index 100% rename from src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot rename to src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot diff --git a/src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff b/src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff similarity index 100% rename from src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff rename to src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff diff --git a/src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff2 b/src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff2 rename to src/shared/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff2 diff --git a/src/Shared/fonts/TildaSans-Light/TildaSans-Light.css b/src/shared/fonts/TildaSans-Light/TildaSans-Light.css similarity index 100% rename from src/Shared/fonts/TildaSans-Light/TildaSans-Light.css rename to src/shared/fonts/TildaSans-Light/TildaSans-Light.css diff --git a/src/Shared/fonts/TildaSans-Light/TildaSans-Light.eot b/src/shared/fonts/TildaSans-Light/TildaSans-Light.eot similarity index 100% rename from src/Shared/fonts/TildaSans-Light/TildaSans-Light.eot rename to src/shared/fonts/TildaSans-Light/TildaSans-Light.eot diff --git a/src/Shared/fonts/TildaSans-Light/TildaSans-Light.woff b/src/shared/fonts/TildaSans-Light/TildaSans-Light.woff similarity index 100% rename from src/Shared/fonts/TildaSans-Light/TildaSans-Light.woff rename to src/shared/fonts/TildaSans-Light/TildaSans-Light.woff diff --git a/src/Shared/fonts/TildaSans-Light/TildaSans-Light.woff2 b/src/shared/fonts/TildaSans-Light/TildaSans-Light.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-Light/TildaSans-Light.woff2 rename to src/shared/fonts/TildaSans-Light/TildaSans-Light.woff2 diff --git a/src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.css b/src/shared/fonts/TildaSans-Medium/TildaSans-Medium.css similarity index 100% rename from src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.css rename to src/shared/fonts/TildaSans-Medium/TildaSans-Medium.css diff --git a/src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.eot b/src/shared/fonts/TildaSans-Medium/TildaSans-Medium.eot similarity index 100% rename from src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.eot rename to src/shared/fonts/TildaSans-Medium/TildaSans-Medium.eot diff --git a/src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.woff b/src/shared/fonts/TildaSans-Medium/TildaSans-Medium.woff similarity index 100% rename from src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.woff rename to src/shared/fonts/TildaSans-Medium/TildaSans-Medium.woff diff --git a/src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.woff2 b/src/shared/fonts/TildaSans-Medium/TildaSans-Medium.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-Medium/TildaSans-Medium.woff2 rename to src/shared/fonts/TildaSans-Medium/TildaSans-Medium.woff2 diff --git a/src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.css b/src/shared/fonts/TildaSans-Regular/TildaSans-Regular.css similarity index 100% rename from src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.css rename to src/shared/fonts/TildaSans-Regular/TildaSans-Regular.css diff --git a/src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.eot b/src/shared/fonts/TildaSans-Regular/TildaSans-Regular.eot similarity index 100% rename from src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.eot rename to src/shared/fonts/TildaSans-Regular/TildaSans-Regular.eot diff --git a/src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.woff b/src/shared/fonts/TildaSans-Regular/TildaSans-Regular.woff similarity index 100% rename from src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.woff rename to src/shared/fonts/TildaSans-Regular/TildaSans-Regular.woff diff --git a/src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.woff2 b/src/shared/fonts/TildaSans-Regular/TildaSans-Regular.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-Regular/TildaSans-Regular.woff2 rename to src/shared/fonts/TildaSans-Regular/TildaSans-Regular.woff2 diff --git a/src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.css b/src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.css similarity index 100% rename from src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.css rename to src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.css diff --git a/src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.eot b/src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.eot similarity index 100% rename from src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.eot rename to src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.eot diff --git a/src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff b/src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff similarity index 100% rename from src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff rename to src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff diff --git a/src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff2 b/src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff2 similarity index 100% rename from src/Shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff2 rename to src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.woff2 diff --git a/src/Shared/fonts/fonts.scss b/src/shared/fonts/fonts.scss similarity index 100% rename from src/Shared/fonts/fonts.scss rename to src/shared/fonts/fonts.scss diff --git a/src/Shared/hooks/useTimeout.tsx b/src/shared/hooks/useTimeout.tsx similarity index 100% rename from src/Shared/hooks/useTimeout.tsx rename to src/shared/hooks/useTimeout.tsx diff --git a/src/Shared/icons/arrows.svg b/src/shared/icons/arrows.svg similarity index 100% rename from src/Shared/icons/arrows.svg rename to src/shared/icons/arrows.svg diff --git a/src/Shared/types/author-type.ts b/src/shared/types/author-type.ts similarity index 100% rename from src/Shared/types/author-type.ts rename to src/shared/types/author-type.ts diff --git a/src/Shared/types/fetch-type.ts b/src/shared/types/fetch-type.ts similarity index 100% rename from src/Shared/types/fetch-type.ts rename to src/shared/types/fetch-type.ts diff --git a/src/Shared/types/list-type.ts b/src/shared/types/list-type.ts similarity index 100% rename from src/Shared/types/list-type.ts rename to src/shared/types/list-type.ts diff --git a/src/Shared/types/location-type.ts b/src/shared/types/location-type.ts similarity index 100% rename from src/Shared/types/location-type.ts rename to src/shared/types/location-type.ts diff --git a/src/Shared/types/map-type.ts b/src/shared/types/map-type.ts similarity index 100% rename from src/Shared/types/map-type.ts rename to src/shared/types/map-type.ts diff --git a/src/Shared/types/my-reports.ts b/src/shared/types/my-reports.ts similarity index 100% rename from src/Shared/types/my-reports.ts rename to src/shared/types/my-reports.ts diff --git a/src/Shared/types/news-type.ts b/src/shared/types/news-type.ts similarity index 100% rename from src/Shared/types/news-type.ts rename to src/shared/types/news-type.ts diff --git a/src/Shared/types/profile-type.ts b/src/shared/types/profile-type.ts similarity index 100% rename from src/Shared/types/profile-type.ts rename to src/shared/types/profile-type.ts diff --git a/src/Shared/types/report-image-type.ts b/src/shared/types/report-image-type.ts similarity index 100% rename from src/Shared/types/report-image-type.ts rename to src/shared/types/report-image-type.ts diff --git a/src/Shared/types/report-type.ts b/src/shared/types/report-type.ts similarity index 100% rename from src/Shared/types/report-type.ts rename to src/shared/types/report-type.ts diff --git a/src/Shared/types/review-type.ts b/src/shared/types/review-type.ts similarity index 100% rename from src/Shared/types/review-type.ts rename to src/shared/types/review-type.ts diff --git a/src/Shared/types/statistics-type.ts b/src/shared/types/statistics-type.ts similarity index 100% rename from src/Shared/types/statistics-type.ts rename to src/shared/types/statistics-type.ts diff --git a/src/Shared/types/token-type.ts b/src/shared/types/token-type.ts similarity index 100% rename from src/Shared/types/token-type.ts rename to src/shared/types/token-type.ts diff --git a/src/Shared/types/user-rating-type.ts b/src/shared/types/user-rating-type.ts similarity index 100% rename from src/Shared/types/user-rating-type.ts rename to src/shared/types/user-rating-type.ts diff --git a/src/Shared/ui/auth-classes.scss b/src/shared/ui/auth-classes.scss similarity index 100% rename from src/Shared/ui/auth-classes.scss rename to src/shared/ui/auth-classes.scss diff --git a/src/Shared/ui/components/Loader/Loader.scss b/src/shared/ui/components/Loader/Loader.scss similarity index 100% rename from src/Shared/ui/components/Loader/Loader.scss rename to src/shared/ui/components/Loader/Loader.scss diff --git a/src/Shared/ui/components/Loader/Loader.tsx b/src/shared/ui/components/Loader/Loader.tsx similarity index 100% rename from src/Shared/ui/components/Loader/Loader.tsx rename to src/shared/ui/components/Loader/Loader.tsx diff --git a/src/Shared/ui/components/Paragraph/Paragraph.scss b/src/shared/ui/components/Paragraph/Paragraph.scss similarity index 100% rename from src/Shared/ui/components/Paragraph/Paragraph.scss rename to src/shared/ui/components/Paragraph/Paragraph.scss diff --git a/src/Shared/ui/components/Paragraph/Paragraph.tsx b/src/shared/ui/components/Paragraph/Paragraph.tsx similarity index 100% rename from src/Shared/ui/components/Paragraph/Paragraph.tsx rename to src/shared/ui/components/Paragraph/Paragraph.tsx diff --git a/src/Shared/ui/components/Typography/Typography.scss b/src/shared/ui/components/Typography/Typography.scss similarity index 100% rename from src/Shared/ui/components/Typography/Typography.scss rename to src/shared/ui/components/Typography/Typography.scss diff --git a/src/Shared/ui/components/Typography/Typography.tsx b/src/shared/ui/components/Typography/Typography.tsx similarity index 100% rename from src/Shared/ui/components/Typography/Typography.tsx rename to src/shared/ui/components/Typography/Typography.tsx diff --git a/src/Shared/ui/variables.scss b/src/shared/ui/variables.scss similarity index 100% rename from src/Shared/ui/variables.scss rename to src/shared/ui/variables.scss diff --git a/src/Shared/variables/links.ts b/src/shared/variables/links.ts similarity index 100% rename from src/Shared/variables/links.ts rename to src/shared/variables/links.ts diff --git a/src/Shared/variables/report-status.ts b/src/shared/variables/report-status.ts similarity index 100% rename from src/Shared/variables/report-status.ts rename to src/shared/variables/report-status.ts diff --git a/src/Shared/variables/road-types.ts b/src/shared/variables/road-types.ts similarity index 100% rename from src/Shared/variables/road-types.ts rename to src/shared/variables/road-types.ts diff --git a/src/Widgets/ConfirmEmailForm/ConfirmEmailForm.scss b/src/widgets/ConfirmEmailForm/ConfirmEmailForm.scss similarity index 100% rename from src/Widgets/ConfirmEmailForm/ConfirmEmailForm.scss rename to src/widgets/ConfirmEmailForm/ConfirmEmailForm.scss diff --git a/src/Widgets/ConfirmEmailForm/ConfirmEmailForm.tsx b/src/widgets/ConfirmEmailForm/ConfirmEmailForm.tsx similarity index 100% rename from src/Widgets/ConfirmEmailForm/ConfirmEmailForm.tsx rename to src/widgets/ConfirmEmailForm/ConfirmEmailForm.tsx diff --git a/src/Widgets/Footer/Footer.scss b/src/widgets/Footer/Footer.scss similarity index 100% rename from src/Widgets/Footer/Footer.scss rename to src/widgets/Footer/Footer.scss diff --git a/src/Widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx similarity index 100% rename from src/Widgets/Footer/Footer.tsx rename to src/widgets/Footer/Footer.tsx diff --git a/src/Widgets/Footer/icons/app-store-btn.svg b/src/widgets/Footer/icons/app-store-btn.svg similarity index 100% rename from src/Widgets/Footer/icons/app-store-btn.svg rename to src/widgets/Footer/icons/app-store-btn.svg diff --git a/src/Widgets/Footer/icons/facebook.svg b/src/widgets/Footer/icons/facebook.svg similarity index 100% rename from src/Widgets/Footer/icons/facebook.svg rename to src/widgets/Footer/icons/facebook.svg diff --git a/src/Widgets/Footer/icons/instagram.svg b/src/widgets/Footer/icons/instagram.svg similarity index 100% rename from src/Widgets/Footer/icons/instagram.svg rename to src/widgets/Footer/icons/instagram.svg diff --git a/src/Widgets/Footer/icons/play-market-btn.svg b/src/widgets/Footer/icons/play-market-btn.svg similarity index 100% rename from src/Widgets/Footer/icons/play-market-btn.svg rename to src/widgets/Footer/icons/play-market-btn.svg diff --git a/src/Widgets/Footer/icons/youtube.svg b/src/widgets/Footer/icons/youtube.svg similarity index 100% rename from src/Widgets/Footer/icons/youtube.svg rename to src/widgets/Footer/icons/youtube.svg diff --git a/src/Widgets/ForgotPasswordForm/ForgotPasswordForm.scss b/src/widgets/ForgotPasswordForm/ForgotPasswordForm.scss similarity index 100% rename from src/Widgets/ForgotPasswordForm/ForgotPasswordForm.scss rename to src/widgets/ForgotPasswordForm/ForgotPasswordForm.scss diff --git a/src/Widgets/ForgotPasswordForm/ForgotPasswordForm.tsx b/src/widgets/ForgotPasswordForm/ForgotPasswordForm.tsx similarity index 100% rename from src/Widgets/ForgotPasswordForm/ForgotPasswordForm.tsx rename to src/widgets/ForgotPasswordForm/ForgotPasswordForm.tsx diff --git a/src/Widgets/ForgotPasswordForm/confirm-code/confirm-code.scss b/src/widgets/ForgotPasswordForm/confirm-code/confirm-code.scss similarity index 100% rename from src/Widgets/ForgotPasswordForm/confirm-code/confirm-code.scss rename to src/widgets/ForgotPasswordForm/confirm-code/confirm-code.scss diff --git a/src/Widgets/ForgotPasswordForm/confirm-code/confirm-code.tsx b/src/widgets/ForgotPasswordForm/confirm-code/confirm-code.tsx similarity index 100% rename from src/Widgets/ForgotPasswordForm/confirm-code/confirm-code.tsx rename to src/widgets/ForgotPasswordForm/confirm-code/confirm-code.tsx diff --git a/src/Widgets/ForgotPasswordForm/confirm-code/icons/key.svg b/src/widgets/ForgotPasswordForm/confirm-code/icons/key.svg similarity index 100% rename from src/Widgets/ForgotPasswordForm/confirm-code/icons/key.svg rename to src/widgets/ForgotPasswordForm/confirm-code/icons/key.svg diff --git a/src/Widgets/ForgotPasswordForm/send-email/icons/mail.svg b/src/widgets/ForgotPasswordForm/send-email/icons/mail.svg similarity index 100% rename from src/Widgets/ForgotPasswordForm/send-email/icons/mail.svg rename to src/widgets/ForgotPasswordForm/send-email/icons/mail.svg diff --git a/src/Widgets/ForgotPasswordForm/send-email/send-email.scss b/src/widgets/ForgotPasswordForm/send-email/send-email.scss similarity index 100% rename from src/Widgets/ForgotPasswordForm/send-email/send-email.scss rename to src/widgets/ForgotPasswordForm/send-email/send-email.scss diff --git a/src/Widgets/ForgotPasswordForm/send-email/send-email.tsx b/src/widgets/ForgotPasswordForm/send-email/send-email.tsx similarity index 100% rename from src/Widgets/ForgotPasswordForm/send-email/send-email.tsx rename to src/widgets/ForgotPasswordForm/send-email/send-email.tsx diff --git a/src/Widgets/Header/Header.scss b/src/widgets/Header/Header.scss similarity index 100% rename from src/Widgets/Header/Header.scss rename to src/widgets/Header/Header.scss diff --git a/src/Widgets/Header/Header.tsx b/src/widgets/Header/Header.tsx similarity index 100% rename from src/Widgets/Header/Header.tsx rename to src/widgets/Header/Header.tsx diff --git a/src/Widgets/Header/HeaderLink/HeaderLink.scss b/src/widgets/Header/HeaderLink/HeaderLink.scss similarity index 100% rename from src/Widgets/Header/HeaderLink/HeaderLink.scss rename to src/widgets/Header/HeaderLink/HeaderLink.scss diff --git a/src/Widgets/Header/HeaderLink/HeaderLink.tsx b/src/widgets/Header/HeaderLink/HeaderLink.tsx similarity index 100% rename from src/Widgets/Header/HeaderLink/HeaderLink.tsx rename to src/widgets/Header/HeaderLink/HeaderLink.tsx diff --git a/src/Widgets/Header/HeaderLink/icons/arrow-right-circle.svg b/src/widgets/Header/HeaderLink/icons/arrow-right-circle.svg similarity index 100% rename from src/Widgets/Header/HeaderLink/icons/arrow-right-circle.svg rename to src/widgets/Header/HeaderLink/icons/arrow-right-circle.svg diff --git a/src/Widgets/Header/assets/background.svg b/src/widgets/Header/assets/background.svg similarity index 100% rename from src/Widgets/Header/assets/background.svg rename to src/widgets/Header/assets/background.svg diff --git a/src/Widgets/MapSection/HomeMap/HomeMap.scss b/src/widgets/MapSection/HomeMap/HomeMap.scss similarity index 100% rename from src/Widgets/MapSection/HomeMap/HomeMap.scss rename to src/widgets/MapSection/HomeMap/HomeMap.scss diff --git a/src/Widgets/MapSection/HomeMap/HomeMap.tsx b/src/widgets/MapSection/HomeMap/HomeMap.tsx similarity index 100% rename from src/Widgets/MapSection/HomeMap/HomeMap.tsx rename to src/widgets/MapSection/HomeMap/HomeMap.tsx diff --git a/src/Widgets/MapSection/HomeMap/icons/geo-green.svg b/src/widgets/MapSection/HomeMap/icons/geo-green.svg similarity index 100% rename from src/Widgets/MapSection/HomeMap/icons/geo-green.svg rename to src/widgets/MapSection/HomeMap/icons/geo-green.svg diff --git a/src/Widgets/MapSection/HomeMap/icons/geo-orange.svg b/src/widgets/MapSection/HomeMap/icons/geo-orange.svg similarity index 100% rename from src/Widgets/MapSection/HomeMap/icons/geo-orange.svg rename to src/widgets/MapSection/HomeMap/icons/geo-orange.svg diff --git a/src/Widgets/MapSection/HomeMap/icons/geo-pink.svg b/src/widgets/MapSection/HomeMap/icons/geo-pink.svg similarity index 100% rename from src/Widgets/MapSection/HomeMap/icons/geo-pink.svg rename to src/widgets/MapSection/HomeMap/icons/geo-pink.svg diff --git a/src/Widgets/MapSection/HomeMap/icons/geo-purple.svg b/src/widgets/MapSection/HomeMap/icons/geo-purple.svg similarity index 100% rename from src/Widgets/MapSection/HomeMap/icons/geo-purple.svg rename to src/widgets/MapSection/HomeMap/icons/geo-purple.svg diff --git a/src/Widgets/MapSection/HomeMap/icons/geo-red.svg b/src/widgets/MapSection/HomeMap/icons/geo-red.svg similarity index 100% rename from src/Widgets/MapSection/HomeMap/icons/geo-red.svg rename to src/widgets/MapSection/HomeMap/icons/geo-red.svg diff --git a/src/Widgets/MapSection/HomeMap/icons/geo-yellow.svg b/src/widgets/MapSection/HomeMap/icons/geo-yellow.svg similarity index 100% rename from src/Widgets/MapSection/HomeMap/icons/geo-yellow.svg rename to src/widgets/MapSection/HomeMap/icons/geo-yellow.svg diff --git a/src/Widgets/MapSection/MapSearch/MapSearch.scss b/src/widgets/MapSection/MapSearch/MapSearch.scss similarity index 100% rename from src/Widgets/MapSection/MapSearch/MapSearch.scss rename to src/widgets/MapSection/MapSearch/MapSearch.scss diff --git a/src/Widgets/MapSection/MapSearch/MapSearch.tsx b/src/widgets/MapSection/MapSearch/MapSearch.tsx similarity index 100% rename from src/Widgets/MapSection/MapSearch/MapSearch.tsx rename to src/widgets/MapSection/MapSearch/MapSearch.tsx diff --git a/src/Widgets/MapSection/MapSearch/icons/search.svg b/src/widgets/MapSection/MapSearch/icons/search.svg similarity index 100% rename from src/Widgets/MapSection/MapSearch/icons/search.svg rename to src/widgets/MapSection/MapSearch/icons/search.svg diff --git a/src/Widgets/MapSection/MapSection.scss b/src/widgets/MapSection/MapSection.scss similarity index 100% rename from src/Widgets/MapSection/MapSection.scss rename to src/widgets/MapSection/MapSection.scss diff --git a/src/Widgets/MapSection/MapSection.tsx b/src/widgets/MapSection/MapSection.tsx similarity index 100% rename from src/Widgets/MapSection/MapSection.tsx rename to src/widgets/MapSection/MapSection.tsx diff --git a/src/Widgets/MapSection/Switch/Switch.scss b/src/widgets/MapSection/Switch/Switch.scss similarity index 100% rename from src/Widgets/MapSection/Switch/Switch.scss rename to src/widgets/MapSection/Switch/Switch.scss diff --git a/src/Widgets/MapSection/Switch/Switch.tsx b/src/widgets/MapSection/Switch/Switch.tsx similarity index 100% rename from src/Widgets/MapSection/Switch/Switch.tsx rename to src/widgets/MapSection/Switch/Switch.tsx diff --git a/src/Widgets/MapSection/mapSectionStore.ts b/src/widgets/MapSection/mapSectionStore.ts similarity index 100% rename from src/Widgets/MapSection/mapSectionStore.ts rename to src/widgets/MapSection/mapSectionStore.ts diff --git a/src/Widgets/Navbar/NavAuth/NavAuth.scss b/src/widgets/Navbar/NavAuth/NavAuth.scss similarity index 100% rename from src/Widgets/Navbar/NavAuth/NavAuth.scss rename to src/widgets/Navbar/NavAuth/NavAuth.scss diff --git a/src/Widgets/Navbar/NavAuth/NavAuth.tsx b/src/widgets/Navbar/NavAuth/NavAuth.tsx similarity index 100% rename from src/Widgets/Navbar/NavAuth/NavAuth.tsx rename to src/widgets/Navbar/NavAuth/NavAuth.tsx diff --git a/src/Widgets/Navbar/NavLanguage/NavLanguage.scss b/src/widgets/Navbar/NavLanguage/NavLanguage.scss similarity index 100% rename from src/Widgets/Navbar/NavLanguage/NavLanguage.scss rename to src/widgets/Navbar/NavLanguage/NavLanguage.scss diff --git a/src/Widgets/Navbar/NavLanguage/NavLanguage.tsx b/src/widgets/Navbar/NavLanguage/NavLanguage.tsx similarity index 100% rename from src/Widgets/Navbar/NavLanguage/NavLanguage.tsx rename to src/widgets/Navbar/NavLanguage/NavLanguage.tsx diff --git a/src/Widgets/Navbar/NavLanguage/icons/check.svg b/src/widgets/Navbar/NavLanguage/icons/check.svg similarity index 100% rename from src/Widgets/Navbar/NavLanguage/icons/check.svg rename to src/widgets/Navbar/NavLanguage/icons/check.svg diff --git a/src/Widgets/Navbar/NavLanguage/icons/chevron-down.svg b/src/widgets/Navbar/NavLanguage/icons/chevron-down.svg similarity index 100% rename from src/Widgets/Navbar/NavLanguage/icons/chevron-down.svg rename to src/widgets/Navbar/NavLanguage/icons/chevron-down.svg diff --git a/src/Widgets/Navbar/NavLanguage/icons/globus.svg b/src/widgets/Navbar/NavLanguage/icons/globus.svg similarity index 100% rename from src/Widgets/Navbar/NavLanguage/icons/globus.svg rename to src/widgets/Navbar/NavLanguage/icons/globus.svg diff --git a/src/Widgets/Navbar/NavMenu/NavMenu.scss b/src/widgets/Navbar/NavMenu/NavMenu.scss similarity index 100% rename from src/Widgets/Navbar/NavMenu/NavMenu.scss rename to src/widgets/Navbar/NavMenu/NavMenu.scss diff --git a/src/Widgets/Navbar/NavMenu/NavMenu.tsx b/src/widgets/Navbar/NavMenu/NavMenu.tsx similarity index 100% rename from src/Widgets/Navbar/NavMenu/NavMenu.tsx rename to src/widgets/Navbar/NavMenu/NavMenu.tsx diff --git a/src/Widgets/Navbar/Navbar.scss b/src/widgets/Navbar/Navbar.scss similarity index 100% rename from src/Widgets/Navbar/Navbar.scss rename to src/widgets/Navbar/Navbar.scss diff --git a/src/Widgets/Navbar/Navbar.tsx b/src/widgets/Navbar/Navbar.tsx similarity index 100% rename from src/Widgets/Navbar/Navbar.tsx rename to src/widgets/Navbar/Navbar.tsx diff --git a/src/Widgets/Navbar/icons/cross.svg b/src/widgets/Navbar/icons/cross.svg similarity index 100% rename from src/Widgets/Navbar/icons/cross.svg rename to src/widgets/Navbar/icons/cross.svg diff --git a/src/Widgets/Navbar/icons/menu.svg b/src/widgets/Navbar/icons/menu.svg similarity index 100% rename from src/Widgets/Navbar/icons/menu.svg rename to src/widgets/Navbar/icons/menu.svg diff --git a/src/Widgets/NewsSection/NewsSection.scss b/src/widgets/NewsSection/NewsSection.scss similarity index 100% rename from src/Widgets/NewsSection/NewsSection.scss rename to src/widgets/NewsSection/NewsSection.scss diff --git a/src/Widgets/NewsSection/NewsSection.tsx b/src/widgets/NewsSection/NewsSection.tsx similarity index 100% rename from src/Widgets/NewsSection/NewsSection.tsx rename to src/widgets/NewsSection/NewsSection.tsx diff --git a/src/Widgets/NewsSection/icons/arrow-right.svg b/src/widgets/NewsSection/icons/arrow-right.svg similarity index 100% rename from src/Widgets/NewsSection/icons/arrow-right.svg rename to src/widgets/NewsSection/icons/arrow-right.svg diff --git a/src/Widgets/NewsSection/newsSectionStore.ts b/src/widgets/NewsSection/newsSectionStore.ts similarity index 100% rename from src/Widgets/NewsSection/newsSectionStore.ts rename to src/widgets/NewsSection/newsSectionStore.ts diff --git a/src/Widgets/ProfileForm/ChangePassword/ChangePassword.scss b/src/widgets/ProfileForm/ChangePassword/ChangePassword.scss similarity index 100% rename from src/Widgets/ProfileForm/ChangePassword/ChangePassword.scss rename to src/widgets/ProfileForm/ChangePassword/ChangePassword.scss diff --git a/src/Widgets/ProfileForm/ChangePassword/ChangePassword.tsx b/src/widgets/ProfileForm/ChangePassword/ChangePassword.tsx similarity index 100% rename from src/Widgets/ProfileForm/ChangePassword/ChangePassword.tsx rename to src/widgets/ProfileForm/ChangePassword/ChangePassword.tsx diff --git a/src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.scss b/src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.scss similarity index 100% rename from src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.scss rename to src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.scss diff --git a/src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.tsx b/src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.tsx similarity index 100% rename from src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.tsx rename to src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/ChangePasswordInput.tsx diff --git a/src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-off.svg b/src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-off.svg similarity index 100% rename from src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-off.svg rename to src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-off.svg diff --git a/src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-on.svg b/src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-on.svg similarity index 100% rename from src/Widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-on.svg rename to src/widgets/ProfileForm/ChangePassword/ChangePasswordInput/icons/eye-on.svg diff --git a/src/Widgets/ProfileForm/ProfileForm.scss b/src/widgets/ProfileForm/ProfileForm.scss similarity index 100% rename from src/Widgets/ProfileForm/ProfileForm.scss rename to src/widgets/ProfileForm/ProfileForm.scss diff --git a/src/Widgets/ProfileForm/ProfileForm.tsx b/src/widgets/ProfileForm/ProfileForm.tsx similarity index 100% rename from src/Widgets/ProfileForm/ProfileForm.tsx rename to src/widgets/ProfileForm/ProfileForm.tsx diff --git a/src/Widgets/ProfileForm/icons/pen.svg b/src/widgets/ProfileForm/icons/pen.svg similarity index 100% rename from src/Widgets/ProfileForm/icons/pen.svg rename to src/widgets/ProfileForm/icons/pen.svg diff --git a/src/Widgets/ProfileNav/ProfileNav.scss b/src/widgets/ProfileNav/ProfileNav.scss similarity index 100% rename from src/Widgets/ProfileNav/ProfileNav.scss rename to src/widgets/ProfileNav/ProfileNav.scss diff --git a/src/Widgets/ProfileNav/ProfileNav.tsx b/src/widgets/ProfileNav/ProfileNav.tsx similarity index 100% rename from src/Widgets/ProfileNav/ProfileNav.tsx rename to src/widgets/ProfileNav/ProfileNav.tsx diff --git a/src/Widgets/ProfileTable/ProfileTable.scss b/src/widgets/ProfileTable/ProfileTable.scss similarity index 100% rename from src/Widgets/ProfileTable/ProfileTable.scss rename to src/widgets/ProfileTable/ProfileTable.scss diff --git a/src/Widgets/ProfileTable/ProfileTable.tsx b/src/widgets/ProfileTable/ProfileTable.tsx similarity index 100% rename from src/Widgets/ProfileTable/ProfileTable.tsx rename to src/widgets/ProfileTable/ProfileTable.tsx diff --git a/src/Widgets/RatingSection/RatingSection.scss b/src/widgets/RatingSection/RatingSection.scss similarity index 100% rename from src/Widgets/RatingSection/RatingSection.scss rename to src/widgets/RatingSection/RatingSection.scss diff --git a/src/Widgets/RatingSection/RatingSection.tsx b/src/widgets/RatingSection/RatingSection.tsx similarity index 100% rename from src/Widgets/RatingSection/RatingSection.tsx rename to src/widgets/RatingSection/RatingSection.tsx diff --git a/src/Widgets/RatingSection/icons/like.svg b/src/widgets/RatingSection/icons/like.svg similarity index 100% rename from src/Widgets/RatingSection/icons/like.svg rename to src/widgets/RatingSection/icons/like.svg diff --git a/src/Widgets/RatingSection/icons/message.svg b/src/widgets/RatingSection/icons/message.svg similarity index 100% rename from src/Widgets/RatingSection/icons/message.svg rename to src/widgets/RatingSection/icons/message.svg diff --git a/src/Widgets/RatingSection/ratingSectionStore.ts b/src/widgets/RatingSection/ratingSectionStore.ts similarity index 100% rename from src/Widgets/RatingSection/ratingSectionStore.ts rename to src/widgets/RatingSection/ratingSectionStore.ts diff --git a/src/Widgets/ReportForm/CreateReportMap/CreateReportMap.scss b/src/widgets/ReportForm/CreateReportMap/CreateReportMap.scss similarity index 100% rename from src/Widgets/ReportForm/CreateReportMap/CreateReportMap.scss rename to src/widgets/ReportForm/CreateReportMap/CreateReportMap.scss diff --git a/src/Widgets/ReportForm/CreateReportMap/CreateReportMap.tsx b/src/widgets/ReportForm/CreateReportMap/CreateReportMap.tsx similarity index 100% rename from src/Widgets/ReportForm/CreateReportMap/CreateReportMap.tsx rename to src/widgets/ReportForm/CreateReportMap/CreateReportMap.tsx diff --git a/src/Widgets/ReportForm/ReportForm.scss b/src/widgets/ReportForm/ReportForm.scss similarity index 100% rename from src/Widgets/ReportForm/ReportForm.scss rename to src/widgets/ReportForm/ReportForm.scss diff --git a/src/Widgets/ReportForm/ReportForm.tsx b/src/widgets/ReportForm/ReportForm.tsx similarity index 100% rename from src/Widgets/ReportForm/ReportForm.tsx rename to src/widgets/ReportForm/ReportForm.tsx diff --git a/src/Widgets/ReportForm/icons/arrow-right.svg b/src/widgets/ReportForm/icons/arrow-right.svg similarity index 100% rename from src/Widgets/ReportForm/icons/arrow-right.svg rename to src/widgets/ReportForm/icons/arrow-right.svg diff --git a/src/Widgets/ReportForm/icons/clip.svg b/src/widgets/ReportForm/icons/clip.svg similarity index 100% rename from src/Widgets/ReportForm/icons/clip.svg rename to src/widgets/ReportForm/icons/clip.svg diff --git a/src/Widgets/ReportForm/icons/pin-image.svg b/src/widgets/ReportForm/icons/pin-image.svg similarity index 100% rename from src/Widgets/ReportForm/icons/pin-image.svg rename to src/widgets/ReportForm/icons/pin-image.svg diff --git a/src/Widgets/ReportForm/icons/pin_icon.svg b/src/widgets/ReportForm/icons/pin_icon.svg similarity index 100% rename from src/Widgets/ReportForm/icons/pin_icon.svg rename to src/widgets/ReportForm/icons/pin_icon.svg diff --git a/src/Widgets/ResetCodeForm/ResetCodeForm.scss b/src/widgets/ResetCodeForm/ResetCodeForm.scss similarity index 100% rename from src/Widgets/ResetCodeForm/ResetCodeForm.scss rename to src/widgets/ResetCodeForm/ResetCodeForm.scss diff --git a/src/Widgets/ResetCodeForm/ResetCodeForm.tsx b/src/widgets/ResetCodeForm/ResetCodeForm.tsx similarity index 100% rename from src/Widgets/ResetCodeForm/ResetCodeForm.tsx rename to src/widgets/ResetCodeForm/ResetCodeForm.tsx diff --git a/src/Widgets/ReviewSection/ReviewSection.scss b/src/widgets/ReviewSection/ReviewSection.scss similarity index 100% rename from src/Widgets/ReviewSection/ReviewSection.scss rename to src/widgets/ReviewSection/ReviewSection.scss diff --git a/src/Widgets/ReviewSection/ReviewSection.tsx b/src/widgets/ReviewSection/ReviewSection.tsx similarity index 100% rename from src/Widgets/ReviewSection/ReviewSection.tsx rename to src/widgets/ReviewSection/ReviewSection.tsx diff --git a/src/Widgets/ReviewSection/icons/calendar.svg b/src/widgets/ReviewSection/icons/calendar.svg similarity index 100% rename from src/Widgets/ReviewSection/icons/calendar.svg rename to src/widgets/ReviewSection/icons/calendar.svg diff --git a/src/Widgets/SignInForm/SignInForm.scss b/src/widgets/SignInForm/SignInForm.scss similarity index 100% rename from src/Widgets/SignInForm/SignInForm.scss rename to src/widgets/SignInForm/SignInForm.scss diff --git a/src/Widgets/SignInForm/SignInForm.tsx b/src/widgets/SignInForm/SignInForm.tsx similarity index 100% rename from src/Widgets/SignInForm/SignInForm.tsx rename to src/widgets/SignInForm/SignInForm.tsx diff --git a/src/Widgets/SignUpForm/SignUpForm.scss b/src/widgets/SignUpForm/SignUpForm.scss similarity index 100% rename from src/Widgets/SignUpForm/SignUpForm.scss rename to src/widgets/SignUpForm/SignUpForm.scss diff --git a/src/Widgets/SignUpForm/SignUpForm.tsx b/src/widgets/SignUpForm/SignUpForm.tsx similarity index 100% rename from src/Widgets/SignUpForm/SignUpForm.tsx rename to src/widgets/SignUpForm/SignUpForm.tsx diff --git a/src/Widgets/StatisticsSection/StatisticsSection.scss b/src/widgets/StatisticsSection/StatisticsSection.scss similarity index 100% rename from src/Widgets/StatisticsSection/StatisticsSection.scss rename to src/widgets/StatisticsSection/StatisticsSection.scss diff --git a/src/Widgets/StatisticsSection/StatisticsSection.tsx b/src/widgets/StatisticsSection/StatisticsSection.tsx similarity index 100% rename from src/Widgets/StatisticsSection/StatisticsSection.tsx rename to src/widgets/StatisticsSection/StatisticsSection.tsx diff --git a/src/Widgets/StatisticsSection/statisticsSection.store.ts b/src/widgets/StatisticsSection/statisticsSection.store.ts similarity index 100% rename from src/Widgets/StatisticsSection/statisticsSection.store.ts rename to src/widgets/StatisticsSection/statisticsSection.store.ts diff --git a/src/Widgets/StatisticsTable/StatisticsTable.scss b/src/widgets/StatisticsTable/StatisticsTable.scss similarity index 100% rename from src/Widgets/StatisticsTable/StatisticsTable.scss rename to src/widgets/StatisticsTable/StatisticsTable.scss diff --git a/src/Widgets/StatisticsTable/StatisticsTable.tsx b/src/widgets/StatisticsTable/StatisticsTable.tsx similarity index 100% rename from src/Widgets/StatisticsTable/StatisticsTable.tsx rename to src/widgets/StatisticsTable/StatisticsTable.tsx diff --git a/src/Widgets/StatisticsTable/icons/chevron-down.svg b/src/widgets/StatisticsTable/icons/chevron-down.svg similarity index 100% rename from src/Widgets/StatisticsTable/icons/chevron-down.svg rename to src/widgets/StatisticsTable/icons/chevron-down.svg diff --git a/src/Widgets/StatisticsTable/statistics.store.ts b/src/widgets/StatisticsTable/statistics.store.ts similarity index 100% rename from src/Widgets/StatisticsTable/statistics.store.ts rename to src/widgets/StatisticsTable/statistics.store.ts diff --git a/src/Widgets/VolunteersTable/VolunteersTable.scss b/src/widgets/VolunteersTable/VolunteersTable.scss similarity index 100% rename from src/Widgets/VolunteersTable/VolunteersTable.scss rename to src/widgets/VolunteersTable/VolunteersTable.scss diff --git a/src/Widgets/VolunteersTable/VolunteersTable.tsx b/src/widgets/VolunteersTable/VolunteersTable.tsx similarity index 100% rename from src/Widgets/VolunteersTable/VolunteersTable.tsx rename to src/widgets/VolunteersTable/VolunteersTable.tsx