Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hockyy committed Jul 25, 2024
1 parent 362711b commit edbd6ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions renderer/components/VideoPlayer/VocabSidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// components/VideoPlayer/VocabSidebar.js
import React, {useState, useEffect, useCallback} from 'react';
import React, {useCallback, useEffect, useState} from 'react';
import {ipcRenderer} from 'electron';
import {getColorGradient, getRelativeTime} from '../../utils/utils';
import {ArrowRight} from "./Icons";
import {HanziSentence, KanjiSentence} from "../Subtitle/Sentence";
import {videoConstants} from "../../utils/constants";
import {defaultLearningStyling, defaultMeaningBoxStyling} from "../../utils/CJKStyling";
import SmoothCollapse from "react-smooth-collapse";

const VocabSidebar = ({
showVocabSidebar,
Expand Down

0 comments on commit edbd6ad

Please sign in to comment.