Skip to content

Commit

Permalink
Fix - Correction du build
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Dec 23, 2020
1 parent f7190b1 commit f5871d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"postcss-import": "^14.0.0",
"postcss-load-config": "^2.1.0",
"postcss-scss": "^3.0.4",
"postcss-load-config": "^2.1.0",
"rollup": "^2.35.1",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/products/EditProduct.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import { GET_PRODUCT_DETAILS, GET_PRODUCTS } from "./queries.js";
import { UPDATE_PRODUCT } from "./mutations.js";
import ProductRoutes from "./routes.js";
import ExternalRoutes from "../External/routes.js";
import ExternalRoutes from "./../external/routes.js";
import SheaftErrors from "../../services/SheaftErrors";
import ErrorCard from "./../../components/ErrorCard.svelte";
import GetNotificationsInstance from "./../../services/SheaftNotifications.js";
Expand Down

0 comments on commit f5871d1

Please sign in to comment.