Browse Source

changed file names to match naming convention

luna215 6 years ago
parent
commit
fd243673cb

+ 1 - 1
src/mol-plugin/ui/controls/LineGraph/LineGraphComponent.tsx → src/mol-plugin/ui/controls/line-graph/line-graph-component.tsx

@@ -3,7 +3,7 @@
  *
  * @author Paul Luna <paulluna0215@gmail.com>
  */
-import PointComponent from './PointComponent';
+import PointComponent from './point-component';
 
 import * as React from 'react';
 import { Vec2 } from 'mol-math/linear-algebra';

+ 0 - 0
src/mol-plugin/ui/controls/LineGraph/PointComponent.tsx → src/mol-plugin/ui/controls/line-graph/point-component.tsx


+ 1 - 1
src/mol-plugin/ui/controls/parameters.tsx

@@ -12,7 +12,7 @@ import { camelCaseToWords } from 'mol-util/string';
 import { ColorNames, ColorNamesValueMap } from 'mol-util/color/tables';
 import { Color } from 'mol-util/color';
 import { Vec2 } from 'mol-math/linear-algebra';
-import LineGraphComponent from './LineGraph/LineGraphComponent';
+import LineGraphComponent from './line-graph/line-graph-component';
 
 import { Slider, Slider2 } from './slider';