Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco committed Dec 6, 2023
1 parent 8e27980 commit 3847176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/components/SaveRouteButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useState, useEffect } from 'react';
import HeartIcon from '../images/heart-svg.svg';
import HeartIconLoaded from '../images/heart-svg-loaded.svg';
import { localStorageSave, localStorageLoad } from '../utils/localStorageSaveLoad';
import SaveRouteDialog from "../css/saveRouteDialog.css";
import SaveRouteDialog from "../css/routeDialog.css";


function SaveRouteButton (prop) {
Expand Down

0 comments on commit 3847176

Please sign in to comment.