fix: correct import path in pricing.js

This commit is contained in:
thecodrr
2022-07-15 09:32:04 +05:00
parent f888b1276a
commit 6c57006195

View File

@@ -1,4 +1,4 @@
import http from "./http";
import http from "../utils/http";
const BASE_URL = `https://notesnook.com/api/v1/prices`;
class Pricing {