mirror of
https://github.com/mue/mue.git
synced 2026-07-13 20:13:47 +02:00
refactor(background): Move its components to folder
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user