diff options
author | Ajay <[email protected]> | 2022-08-19 01:26:45 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-08-19 01:26:45 -0400 |
commit | d06b7411dc828b1afcc100b439ff483106c2ab74 (patch) | |
tree | 9fca32d4cb56416e0685502cb4c9baf3004dde9a /src/render | |
parent | b14d766ffb1f947563a5d9679aadaa73dd52f171 (diff) | |
download | SponsorBlock-d06b7411dc828b1afcc100b439ff483106c2ab74.tar.gz SponsorBlock-d06b7411dc828b1afcc100b439ff483106c2ab74.zip |
Move options associated with specific categories into their div
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/CategoryChooser.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/CategoryChooser.tsx b/src/render/CategoryChooser.tsx index eab9edf6..97c33cf9 100644 --- a/src/render/CategoryChooser.tsx +++ b/src/render/CategoryChooser.tsx @@ -1,6 +1,6 @@ import * as React from "react"; import * as ReactDOM from "react-dom"; -import CategoryChooserComponent from "../components/CategoryChooserComponent"; +import CategoryChooserComponent from "../components/options/CategoryChooserComponent"; class CategoryChooser { |