Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit f5398698 authored by Gabin Aureche's avatar Gabin Aureche
Browse files

refactor: use absolute imports

parent 2e7dcfd7
No related branches found
No related tags found
1 merge request!119Resolve "create price comparaison component"
Pipeline #43894 passed
......@@ -3,8 +3,8 @@ import React from "react";
import { FaMinus, FaPlus, FaSortDown } from "react-icons/fa";
import styles from "./PricingComparator.module.css";
import { Dropdown } from "../Dropdown";
import formatNumber from "../../utils/formatNumber";
import plans from "../../constants/plans";
import formatNumber from "@site/src/utils/formatNumber";
import plans from "@site/src/constants/plans";
const competitors = {
code: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment