Skip to content

Commit

Permalink
Fixed merging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lumialfe committed Mar 29, 2022
1 parent 4f99dc1 commit 4fe982a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions restapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/src/components/checkout-shipping/Shipping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getShippingCost } from '../../api/api';
import { Box, Divider, Grid, Button } from "@mui/material";
import Typography from "@mui/material/Typography";

import "../css/Shipping.css";
import "../../css/Shipping.css";

export default function Shipping() {
var shippingCost = getShippingCost();
Expand Down

0 comments on commit 4fe982a

Please sign in to comment.