refactor(background): Move its components to folder

This commit is contained in:
alexsparkes 2024-03-01 21:39:40 +00:00
parent 603a6c5acc
commit 9812aae740
4 changed files with 2 additions and 2 deletions

View File

@ -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';