mirror of https://github.com/mifi/lossless-cut
refactor
parent
19c002b64a
commit
f1272819f6
@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import { getSegColors } from './util';
|
||||
import { getSegColors } from '../util';
|
||||
|
||||
const SetCutpointButton = ({ currentCutSeg, side, Icon, onClick, title, style }) => {
|
||||
const {
|
||||
Loading…
Reference in New Issue