import Intercom from "@/components/Intercom/Intercom"; import { ToastContainer } from "react-toastify"; import dynamic from "next/dynamic"; import "styles/globals.css"; import "styles/App.css"; import "styles/multi-range-slider.css"; ...
import {ToastContainer} from 'react-toastify' import 'react-toastify/dist/ReactToastify.css' import { FaWhatsapp} from 'react-icons/fa' 5 changes: 5 additions & 0 deletions 5 src/pages/WebPages/index.js Original file line numberDiff line numberDiff line change @@ -0,0 +1,5 @@ ex...
By updating react-scripts in my project I was able to use this library. Author fhrryDeveloper commented Jul 12, 2022 • edited Hey @fhrryDeveloper what are you using to bundle your app? CRA, nextjs? I am using React.js But not CRA. I used this source: https://github.com/bez...