Skip to content

Commit

Permalink
Fix hardcoded paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Dec 18, 2023
1 parent 37d8c30 commit 31a9276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/globe-dev/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Map from "./map-comparison";
import {
getMapPositionForHash,
applyMapPositionToHash,
} from "/Users/Daven/Projects/Macrostrat/Software/web/src/pages/map/map-interface/app-state/reducers/hash-string";
} from "../../../src/pages/map/map-interface/app-state/reducers/hash-string";

function VisControl({ show, setShown, name }) {
const className = show ? "active" : "";
Expand Down
1 change: 1 addition & 0 deletions src/pages/map/map-interface/app-state/reducers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default appReducer;
export * from "./core";
export * from "./map";
export * from "./types";
export * from "./hash-string";

/*
function overallReducer(state: AppState, action: Action): AppState {
Expand Down

0 comments on commit 31a9276

Please sign in to comment.