mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Fix unused import
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import * as ReactDOM from "react-dom";
|
|
||||||
import { createRoot, Root } from "react-dom/client";
|
import { createRoot, Root } from "react-dom/client";
|
||||||
import CategoryPillComponent, { CategoryPillState } from "../components/CategoryPillComponent";
|
import CategoryPillComponent, { CategoryPillState } from "../components/CategoryPillComponent";
|
||||||
import Config from "../config";
|
import Config from "../config";
|
||||||
|
|||||||
Reference in New Issue
Block a user