Skip to content

Commit

Permalink
change directory naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
umayangag committed Mar 20, 2022
1 parent cd0cee1 commit bcebcca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/Tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import HorizontalTimeline from 'react-horizontal-timeline';
import './timeline.css';
import {styles} from "./styles";
import {collectDatesForTimeline} from "./functions/collectDatesForTimeline";
import PopWindow from "./pop_window/PopWindow";
import PopWindow from "./pop-window/PopWindow";
import {sortSearchResults} from "./functions/sortSearchResults";
import {convertResultsToTreeNodes} from "./functions/convertResultsToTreeNodes";
import CircleLoader from "react-spinners/CircleLoader";
Expand Down
File renamed without changes.

0 comments on commit bcebcca

Please sign in to comment.