mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Move new react components to components/options/, following latest changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
|
|
||||||
import Config from "../config";
|
import Config from "../../config";
|
||||||
import UnsubmittedVideoListItem from "./UnsubmittedVideoListItem";
|
import UnsubmittedVideoListItem from "./UnsubmittedVideoListItem";
|
||||||
|
|
||||||
export interface UnsubmittedVideoListProps {
|
export interface UnsubmittedVideoListProps {
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
|
|
||||||
import Config from "../config";
|
import Config from "../../config";
|
||||||
import { exportTimes } from "../utils/exporter";
|
import { exportTimes } from "../../utils/exporter";
|
||||||
|
|
||||||
export interface UnsubmittedVideosListItemProps {
|
export interface UnsubmittedVideosListItemProps {
|
||||||
videoID: string;
|
videoID: string;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import Config from "../config";
|
import Config from "../../config";
|
||||||
import UnsubmittedVideoListComponent from "./UnsubmittedVideoListComponent";
|
import UnsubmittedVideoListComponent from "./UnsubmittedVideoListComponent";
|
||||||
|
|
||||||
export interface UnsubmittedVideosProps {
|
export interface UnsubmittedVideosProps {
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import * as ReactDOM from "react-dom";
|
import * as ReactDOM from "react-dom";
|
||||||
import UnsubmittedVideosComponent from "../components/UnsubmittedVideosComponent";
|
import UnsubmittedVideosComponent from "../components/options/UnsubmittedVideosComponent";
|
||||||
|
|
||||||
class UnsubmittedVideos {
|
class UnsubmittedVideos {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user