Skip to content

Commit

Permalink
Merge pull request #22 from danial117/client_dev_3
Browse files Browse the repository at this point in the history
inital commi
  • Loading branch information
danial117 committed Aug 21, 2024
2 parents fb2d442 + 5f43cba commit aa021af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import About from "./scenes/About";
import Order from "./scenes/Order";
import PayPalButtonComponent from "./components/PaypalButtonComponent";
import { useEffect } from "react";
import ProtectedRoute from "./components/ProtectedRoute";
import ProtectedRoute from "./components/ProtectedRoute";
import { useSelector } from "react-redux";
import { useDispatch } from "react-redux";
import { setAccessToken,setContent } from "./state";
Expand Down

0 comments on commit aa021af

Please sign in to comment.