diff --git a/src/features/background/Background.jsx b/src/features/background/Background.jsx index b877c6ae..645a64e8 100644 --- a/src/features/background/Background.jsx +++ b/src/features/background/Background.jsx @@ -3,14 +3,14 @@ import variables from 'config/variables'; import { PureComponent } from 'react'; -import PhotoInformation from './PhotoInformation'; +import PhotoInformation from './components/PhotoInformation'; import EventBus from 'utils/eventbus'; import { videoCheck, offlineBackground, randomColourStyleBuilder, - supportsAVIF + supportsAVIF, } from 'utils/background'; import { getGradient } from 'utils/background/gradient'; diff --git a/src/features/background/ExcludeModal.jsx b/src/features/background/components/ExcludeModal.jsx similarity index 100% rename from src/features/background/ExcludeModal.jsx rename to src/features/background/components/ExcludeModal.jsx diff --git a/src/features/background/Favourite.jsx b/src/features/background/components/Favourite.jsx similarity index 100% rename from src/features/background/Favourite.jsx rename to src/features/background/components/Favourite.jsx diff --git a/src/features/background/PhotoInformation.jsx b/src/features/background/components/PhotoInformation.jsx similarity index 100% rename from src/features/background/PhotoInformation.jsx rename to src/features/background/components/PhotoInformation.jsx