mirror of
https://github.com/mue/mue.git
synced 2026-07-11 18:31:47 +02:00
refactor: once again move background utils, this time to api
This commit is contained in:
@@ -2,7 +2,7 @@ import variables from 'config/variables';
|
||||
import { PureComponent } from 'react';
|
||||
import { toast } from 'react-toastify';
|
||||
import { compressAccurately, filetoDataURL } from 'image-conversion';
|
||||
import { videoCheck } from 'utils/background';
|
||||
import videoCheck from 'features/background/api/videoCheck';
|
||||
|
||||
class FileUpload extends PureComponent {
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user