Move new react components to components/options/, following latest changes

This commit is contained in:
mini-bomba
2022-09-01 21:46:21 +02:00
committed by Ajay
parent 5f6307041a
commit 59093cdf21
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import * as React from "react";
import * as ReactDOM from "react-dom";
import UnsubmittedVideosComponent from "../components/UnsubmittedVideosComponent";
import UnsubmittedVideosComponent from "../components/options/UnsubmittedVideosComponent";
class UnsubmittedVideos {